cubicweb #15438011 [markdown] add support for non-standard (gitlab inspiered) code formating [open]
On gitlab issues when pasting some traceback or some code one does not have to indent the code, just surround it by ```` numerous lines of code ``` and it works out of the box. This avoids the need to copy/paste in an editor (emacs in my case) to indent by a few spaces the code for ReST or markdown. | |
priority | normal |
---|---|
type | enhancement |
done in | <not specified> |
closed by | <not specified> |
Comments
-
2016/09/23 09:56, written by dlaxalde
add commentWe could replace the default markdown backend (using https://pypi.python.org/pypi/Markdown which follows strictly the original spec) by something that follows the CommonMark spec. And perhaps keep the former as a fallback in case no bindings for the latter is available.
Probably not too difficult to do for anybody.