Kunde21 / markdownfmt

Like gofmt, but for Markdown.
MIT License
55 stars 7 forks source link

Add `WithSoftWraps` option #36

Closed saswatamcode closed 3 years ago

saswatamcode commented 3 years ago

This PR adds WithHardWrap option, which when enabled preserves soft line breaks. Addresses #29.

Feedback is needed on whether this could be done via line widths, in which case some sort of word wrapping is needed and which might lead to further issues as it would override both hard and soft line breaks.

cc: @bwplotka