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

Changelog History
Page 5

  • v0.12.3 Changes

    • Fix issue with HTML blocks for heading h2,h3,h4,h5,h6 that were not correctly identified as HTML blocks as per CommonMark spec
  • v0.12.2 Changes

    • Fix issue with generic attributes used just before a pipe table (issue #121)
  • v0.12.1 Changes

    • Fix issue with media links extension when a URL to video is used, an unexpected closing </iframe> was inserted (issue #119)
  • v0.12.0 Changes

    • Add new extension JiraLink support (thanks to @clarkd)
    • Fix issue in html attributes not parsing correctly properties (thanks to @meziantou)
    • Fix issues detected by an automatic static code analysis tool
  • v0.11.0 Changes

    • Fix issue with math extension and $$ block parsing not handling correctly beginning of a $$ as a inline math instead (issue #107)
    • Fix issue with custom attributes for emphasis
    • Add support for new special custom arrows emoji (-> <- <-> <= => <==>)
  • v0.10.7 Changes

    • Fix issue when an url ends by a dot .
  • v0.10.6 Changes

    • Fix emphasis with HTML entities
  • v0.10.5 Changes

    • Several minor fixes
  • v0.10.4 Changes

    • Fix issue with autolinks
    • Normalize number of columns for tables
  • v0.10.3 Changes

    • Fix issue with pipetables shifting a cell to a new column (issue #73)