SimonFairbairn / SwiftyMarkdown

Converts Markdown files and strings into NSAttributedStrings with lots of customisation options.
MIT License
1.64k stars 275 forks source link

fixed issue where underline style is not going to be reseted #89

Closed messi closed 4 years ago

messi commented 4 years ago

noticed that the rest of the paragraph gets underlined bc. the attribute is not reseted.

SimonFairbairn commented 4 years ago

Thanks for this!