diff options
author | Go MAEDA <maeda@farend.jp> | 2021-12-05 05:00:46 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2021-12-05 05:00:46 +0000 |
commit | e23add9a9df5591f2fe2b1891d6647a1649ba30a (patch) | |
tree | 25eb3e5b1ae4357afc0d95530ba2f4bfee75c65d /public/help/eu/wiki_syntax_textile.html | |
parent | be61fe9626fa2bc62276bb1337566f7f9457aeb6 (diff) | |
download | redmine-e23add9a9df5591f2fe2b1891d6647a1649ba30a.tar.gz redmine-e23add9a9df5591f2fe2b1891d6647a1649ba30a.zip |
Add a list of supported languages by the code highlighter to the help (#33859).
Contributed by Mizuki ISHIKAWA.
git-svn-id: http://svn.redmine.org/redmine/trunk@21298 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/help/eu/wiki_syntax_textile.html')
-rw-r--r-- | public/help/eu/wiki_syntax_textile.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/help/eu/wiki_syntax_textile.html b/public/help/eu/wiki_syntax_textile.html index e0310b674..525e6d033 100644 --- a/public/help/eu/wiki_syntax_textile.html +++ b/public/help/eu/wiki_syntax_textile.html @@ -24,7 +24,7 @@ </pre> </td></tr> -<tr><th colspan="3">Highlighted code <span class="more_info">(<a href="wiki_syntax_detailed_textile.html#13" target="_blank">more</a>)</span></th></tr> +<tr><th colspan="3">Highlighted code <span class="more_info">(<a href="wiki_syntax_detailed_textile.html#13" target="_blank">more</a> | <a href="../code_highlighting_languages.html" target="_blank">supported languages</a>)</span></th></tr> <tr><th><img src="../../images/jstoolbar/bt_precode.png" style="border: 1px solid #bbb;" alt="Highlighted code" /></th><td><pre><code class="ruby"><br />3.times do<br /> puts 'Hello'<br />end<br /></code></pre></td><td> <pre><code class="ruby syntaxhl"><span class="mi">3</span><span class="p">.</span><span class="nf">times</span> <span class="k">do</span> <span class="nb">puts</span> <span class="s1">'Hello'</span> |