chrisdhaan / CDMarkdownKit

An extensive Swift framework providing simple and customizable markdown parsing.
MIT License
254 stars 66 forks source link

Parser Updates #38

Closed chrisdhaan closed 2 years ago

chrisdhaan commented 2 years ago

Goals :soccer:

Add requested ability to disable squashing of newlines in markdown

Implementation Details :construction:

Add squashNewlines parameter to CDMarkdownParser which defaults to true to avoid breaking current implementations