Tagged Questions
6
votes
1answer
153 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;
...