[kramdown-users] Line break
Shawn Van Ittersum
svicalifornia at gmail.com
Sat Apr 10 16:07:15 EDT 2010
Michael,
I happen to like "line break on newline" also. Google "github
flavored markdown" to code to produce this and other behaviors.
Shawn
[sent from mobile phone]
On Apr 11, 2010, at 5:12 AM, Matt Neuburg <matt at tidbits.com> wrote:
> Surely the use of two spaces after the words "second paragraph" to
> signal the break explicitly is not too much to ask of end-users. m.
>
> On Apr 10, 2010, at 11:40 AM, Michael Franzl wrote:
>
>> Source text:
>>
>> First paragraph
>>
>> Second paragraph
>> not a paragraph just a line break
>>
>> HTML:
>>
>> <p>First paragraph</p>
>> <p>Second paragraph<br>not a paragraph just a line break</p>
>>
>> That would be very intuitive IMO.
>
> _______________________________________________
> kramdown-users mailing list
> kramdown-users at rubyforge.org
> http://rubyforge.org/mailman/listinfo/kramdown-users
More information about the kramdown-users
mailing list