pillar-markup / Microdown

Microdown is a cleaned and simpler markdown but with more powerful features such as extensions.
Other
39 stars 30 forks source link

Explicit lineBreak are needed #855

Closed Ducasse closed 4 days ago

Ducasse commented 1 month ago

Imagine the following text

a b **bold** 
d
e
plainText
    ^ ( self children collect: [:each | each plainText ] ) joinUsing: ' '

plainText should be rewritten only text and it is not bijective so we lose completely the structure.

We should represent explictily lineBreak as children

Ducasse commented 4 weeks ago

This issue is different from double space.