diff options
author | Go MAEDA <maeda@farend.jp> | 2019-12-05 23:32:18 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-12-05 23:32:18 +0000 |
commit | e646f7e4564dea0971dcf16796507c120db8c406 (patch) | |
tree | b004decaf0c0cf62b1c4fb9fb912fdaf39a67ef3 /public/help/ja/wiki_syntax_detailed_markdown.html | |
parent | 54971a8800963f61a86686d94e276a3cbcae3065 (diff) | |
download | redmine-e646f7e4564dea0971dcf16796507c120db8c406.tar.gz redmine-e646f7e4564dea0971dcf16796507c120db8c406.zip |
Clarify that pasting images from clipboard does not support Internet Explorer and Edge (#31169, #32552).
Patch by Go MAEDA.
git-svn-id: http://svn.redmine.org/redmine/trunk@19339 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/help/ja/wiki_syntax_detailed_markdown.html')
-rw-r--r-- | public/help/ja/wiki_syntax_detailed_markdown.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/help/ja/wiki_syntax_detailed_markdown.html b/public/help/ja/wiki_syntax_detailed_markdown.html index 0d26e9a69..09243cded 100644 --- a/public/help/ja/wiki_syntax_detailed_markdown.html +++ b/public/help/ja/wiki_syntax_detailed_markdown.html @@ -222,7 +222,7 @@ http://www.redmine.org, someone@foo.bar <ul> <li><strong>![](image_url)</strong> image_urlで指定されたURLの画像を表示 (Markdownの記法)</li> <li>Wikiページに添付された画像があれば、ファイル名を指定して画像を表示させることができます: <strong>![](attached_image)</strong></li> - <li>PCのクリップボード内の画像は Ctrl-v または Command-v で直接貼り付けることができます。</li> + <li>PCのクリップボード内の画像は Ctrl-v または Command-v で直接貼り付けることができます (Internet ExplorerとEdgeには対応していません)。</li> <li>画像ファイルをテキストエリアにドロップするとアップロードと画像の埋め込みが行われます。</li> </ul> |