Releases: chojnac/Dumpling
Releases · chojnac/Dumpling
0.3.0
- Simple command-line interface for parsing markdown to HTML.
- Fix fenced code block parser to support block parameters.
0.2.0
- 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