Features
- simpleLineBreaks: option that parses linebreaks as
<br />
. This option enables linebreaks to always be treated as<br />
tags
without needing to add spaces in front of the line, the same way GitHub does. (0942b5e), closes #206 - excludeTrailingPunctuationFromURLs: option that excludes trailing punctuation from auto linked URLs. (d2fc2a0), closes #266 #308