All Versions
70
Latest Version
Avg Release Cycle
56 days
Latest Release
494 days ago
Changelog History
Page 7
Changelog History
Page 7
-
v0.8.0 Changes
- โก๏ธ Update to latest CommonMark specs
- ๐ Fix empty literal
- โ Add YAML frontmatter extension
-
v0.7.5 Changes
- ๐ several bug fixes (pipe tables, disable HTML, special attributes, inline maths, abbreviations...)
- โ add support for rowspan in grid tables
-
v0.7.4 Changes
- ๐ Fix bug with strong emphasis starting at the beginning of a line
-
v0.7.3 Changes
- ๐ Fix threading issue with pipeline
-
v0.7.2 Changes
- ๐ Fix rendering of table colspan with non english locale
- ๐ Fix grid table colspan parsing
- โ Add nofollow extension for links
-
v0.7.1 Changes
- ๐ Fix issue in smarty pants which could lead to an InvalidCastException
- โก๏ธ Update parsers to latest CommonMark specs
-
v0.7.0 Changes
- โก๏ธ Update to latest NETStandard.Library 1.6.0
- ๐ Fix issue with digits in auto-identifier extension
- ๐ Fix incorrect start of span calculated for code indented blocks
-
v0.6.2 Changes
- ๐ Handle latest CommonMark specs for corner cases for emphasis (See https://talk.commonmark.org/t/emphasis-strong-emphasis-corner-cases/2123/1 )
-
v0.6.1 Changes
- ๐ Fix issue with autoidentifier extension overriding manual HTML attributes id on headings
-
v0.6.0 Changes
- ๐ Fix conflicts between PipeTables and SmartyPants extensions
- โ Add SelfPipeline extension