From e23add9a9df5591f2fe2b1891d6647a1649ba30a Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Sun, 5 Dec 2021 05:00:46 +0000 Subject: 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 --- public/help/hu/wiki_syntax_detailed_markdown.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/help/hu/wiki_syntax_detailed_markdown.html') diff --git a/public/help/hu/wiki_syntax_detailed_markdown.html b/public/help/hu/wiki_syntax_detailed_markdown.html index 787df08a3..cd359a542 100644 --- a/public/help/hu/wiki_syntax_detailed_markdown.html +++ b/public/help/hu/wiki_syntax_detailed_markdown.html @@ -314,7 +314,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://www.redmine.org/projects/redmine/wiki/RedmineCodeHighlightingLanguages for the full list of supported languages.

+

Default code highlighting relies on Rouge, a pure Ruby code highlighter. Rouge supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages - the names inside parentheses are aliases. Please refer to the list of languages supported by Redmine code highlighter.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

-- cgit v1.2.3