Tagged Questions
1
vote
1answer
76 views
Language hints for quoted code
In this post I tried to add language hints for syntax formatting to code blocks quoted from the question. However, it seems they won't be honoured if I write them as a comment in my own part of the ...
6
votes
1answer
152 views
Language: lang-none adds unwanted line breaks
The <!-- language: lang-none --> hint seems to add unwanted line break after each line.
Without the hint:
code line;
another line;
more;
lines;
With the hint:
code line;
another line;
more;
...