Microdown icon indicating copy to clipboard operation
Microdown copied to clipboard

Explicit lineBreak are needed

Open Ducasse opened this issue 1 year ago • 1 comments

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 avatar Aug 13 '24 16:08 Ducasse

This issue is different from double space.

Ducasse avatar Aug 14 '24 09:08 Ducasse