chrisdhaan / CDMarkdownKit

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

Add option to disable trimming leading whitespaces #46

Open SystemKeeper opened 1 year ago

SystemKeeper commented 1 year ago

Goals :soccer:

By default all leading whitespaces are removed from each line. This PR allows to disable this behavior.