diff options
Diffstat (limited to 'public/help/es')
-rw-r--r-- | public/help/es/wiki_syntax_detailed_markdown.html | 2 | ||||
-rw-r--r-- | public/help/es/wiki_syntax_detailed_textile.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/public/help/es/wiki_syntax_detailed_markdown.html b/public/help/es/wiki_syntax_detailed_markdown.html index f432321b3..b05fd6c96 100644 --- a/public/help/es/wiki_syntax_detailed_markdown.html +++ b/public/help/es/wiki_syntax_detailed_markdown.html @@ -304,7 +304,7 @@ It can be expanded by clicking a link. <p>Default code highlightment relies on <a href="http://coderay.rubychan.de/" class="external">CodeRay</a>, a fast syntax highlighting library written completely in Ruby. It currently supports c, clojure, cpp (c++, cplusplus), css, delphi (pascal), diff (patch), erb (eruby, rhtml), go, groovy, haml, html (xhtml), java, javascript (ecmascript, ecma_script, java_script, js), json, lua, php, python, ruby (irb), sass, sql, taskpaper, text (plain, plaintext), xml and yaml (yml) languages, where the names inside parentheses are aliases.</p> - <p>You can highlight code in your wiki page using this syntax:</p> + <p>You can highlight code in your wiki page using this syntax (note that the language name or alias is case-insensitive):</p> <pre> ~~~ ruby diff --git a/public/help/es/wiki_syntax_detailed_textile.html b/public/help/es/wiki_syntax_detailed_textile.html index 5791e47cb..44d82db77 100644 --- a/public/help/es/wiki_syntax_detailed_textile.html +++ b/public/help/es/wiki_syntax_detailed_textile.html @@ -308,7 +308,7 @@ It can be expanded by clicking a link. <p>Default code highlightment relies on <a href="http://coderay.rubychan.de/" class="external">CodeRay</a>, a fast syntax highlighting library written completely in Ruby. It currently supports c, clojure, cpp (c++, cplusplus), css, delphi (pascal), diff (patch), erb (eruby, rhtml), go, groovy, haml, html (xhtml), java, javascript (ecmascript, ecma_script, java_script, js), json, lua, php, python, ruby (irb), sass, sql, taskpaper, text (plain, plaintext), xml and yaml (yml) languages, where the names inside parentheses are aliases.</p> - <p>You can highlight code in your wiki page using this syntax:</p> + <p>You can highlight code in your wiki page using this syntax (note that the language name or alias is case-insensitive):</p> <pre> <pre><code class="ruby"> |