All Versions
70
Latest Version
Avg Release Cycle
56 days
Latest Release
874 days ago

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

  • 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