Add option to wrap text in code-blocks when using syntax highlighting
Add option to wrap text in code-blocks when using syntax highlighting.
Currently, if you use code-blocks like so:
some very long text .....
It will wrap as expected and no horizontal scrollbar will appear.
However, if you specify syntax highlighting, like so:
c++
Some very long text ....
It will not wrap and introduce scrollbars. I think it'd be nice to have some option to force wrapping, even when doing syntax highlighting.
Side note: Is this actually a bug? Or is it expected?
-
Keaton Freude commented
Apparently I cannot edit my submission, but in the above example I am using the triple back-tick code-block formatting.