Releases: Knagis/CommonMark.NET
Releases · Knagis/CommonMark.NET
Repackaging 0.15.0
Release notes
- Repackaging since 0.15.0 was not compiled properly and an older version was released instead.
Bugfixes
Specification 0.26
Fix regression from 0.13.3
Fixed HTML block source positions
Improved tabs and fixed unhandled exception
Specification version 0.25
Release notes
- Updated to specification version 0.25.
Specification version 0.23
Release notes
- Updated to specification version 0.23.
- Added Portable Class Library that targets .NET 4.5 with special optimizations.
HTML parser updated. Specification 0.22
Specification version 0.20
Release notes
- Updated to specification version 0.20.
- Fixed parsing of some emphasis nested within links:
[a*b**c*]
. - Fixed parsing list items that are indented with 4 or more spaces (see also commonmark/commonmark.js#42)