Support #24396
Support line numbers in code blocks.
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
05/11/2020
Due date:
% Done:
0%
Estimated time:
Description
While searching Redmine's markdown support, I stumbled across this:
https://bitlab.cas.msu.edu/redmine/help/ar/wiki_syntax_detailed_markdown.html
This looks very similar to our markdown page except at the end it there's a tantalizing example of automatically adding lines to source code. This would be of tremendous value for those of us that add line numbers to our examples (so documentation can refer to them.)
- If I add a line to my example, I don't have to renumber all the following lines.
- If someone wants to cut-n-paste my example, presumably they won't get the line numbers (like they do now).
Is there a way we can get this support added to our installation?