- Update dependencies for Dart 2.0
- Update CommonMark specification to 0.28
- Avoid shadowing offset variable (Thanks to @enyo)
- Bump version to force DartDoc rebuild.
- Tables support
- Performance optimization.
- Update README.
md_proc
is renamed tomdown
.- New AST to speed up processing.
- Add new block HTML tags from CommonMark 0.27 spec.
- Update rules to latest specification 0.27
- New extensions:
fencedCodeAttributes
,headingAttributes
,inlineCodeAttributes
andlinkAttributes
.
- Update README.
- Complete rewrite of parsing engine, which now is around 2x faster than markdown.
- Update rules to specification 0.24
- Support for raw TeX blocks.
- Update rules to latest specification 0.23.
- BREAKING:
Header
renamed toHeading
to conform with spec.