rwxrob / bonzai

Dashist CLI framework, batteries included
Apache License 2.0
209 stars 20 forks source link

Unwrap paragraphs to single linein Mark() #214

Open rwxrob opened 2 weeks ago

rwxrob commented 2 weeks ago

Attempted this and was stopped by Verbatim and code fences having blank lines preventing easy detection of multi-line paragraph blocks. In other words, this is going to have to remain until we have a pegn/rat parser for BonzaiMark in order to be sure to only join lines in Paragraph.

rwxrob commented 2 weeks ago

Adding mdigger/goldmark-formatter for now until can get BonzaiMark AST generator finished (with pegn/rat).