Skip to content

Releases: chojnac/Dumpling

0.3.0

17 May 08:55
0.3.0
38dc525
Compare
Choose a tag to compare
  • Simple command-line interface for parsing markdown to HTML.
  • Fix fenced code block parser to support block parameters.

0.2.0

19 Apr 20:51
0.2.0
622d6ed
Compare
Choose a tag to compare
  • Support for horizontal lines
  • Support for block quotes
  • New and improved parser for emphasis (bold and italic) based on commonmark spec.
  • Performance improvements
  • Rendering links in NSAttributedString
  • Prettier HTML out formatting.
  • Bug fixes & code cleaning