Feature #19930
bash code highlighting in wikis
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
05/11/2018
Due date:
% Done:
0%
Estimated time:
Description
I'm regularly frustrated that while the wiki supports code highlighting for various languages using <pr><code class="cpp"> </code></pre>
, it doesn't support "shell"/"bash" cf. CodeHighlightedText
This redmine forum post: http://www.redmine.org/boards/3/topics/29926 seems to have 3 possible solutions. Two involve adding configuration to the coderay
highlighter, while one replaces coderay
with a more general Rouge highlighter.
Could one of these be pursued?