Modify MarkDown to auto-insert newlines
Many of the major MarkDown users (e.g. github and stackoverflow) automatically insert “<br>” on “\n”, yellowgrass should do the same.
Submitted by Sverre Rabbelier on 24 March 2010 at 13:50
Issue Log
On 7 April 2010 at 12:02 Sander Vermolen commented:
Why do they insert newlines and at what locations?
On 7 April 2010 at 12:44 Sverre Rabbelier commented:
They replace newlines with BRs. Because it’s a PITA to have to add double spaces at the end of all lines of a stacktrace.
On 7 April 2010 at 12:48 Sander Vermolen commented:
I see. This applies to WebDSL in general. I will move the issue to the WebDSL project.
On 7 April 2010 at 12:50 Eelco Visser commented:
This is not necessary when using verbatim
On 7 April 2010 at 12:58 Sverre Rabbelier commented:
How do you verbatim large blocks of texts?
On 7 April 2010 at 13:15 Eelco Visser commented:
insert <verbatim> before, and </verbatim> after
Log in to post comments