Hi,
sorry if this was answered elsewhere but I couldn't find it:
I found no consistent answer how to add single line breaks ('<br />') as
opposed to paragraphs ('<p>') into MARKMIN.
This is what I found so far:
(1) the 'purest' Markdown doesn't allow line breaks at all (found in
stackoverflow)
(2) there is a common practice to add two or more spaces at the end of the
line to inject a <br /> (see http://goo.gl/iEGU).
(3) then there is github flavored markdown
(http://github.github.com/github-flavored-markdown/ ) which simply adds
this to the renderer.
Obviously the MARKMIN renderer doesn't support (3). From some forum posts I
thought it would support (2) but it doesn't (I checked on version 2.0.9).
What is the best practice to achieve single line breaks?
Thanks,
Dirk
--