Skip to content

Releases: quantizor/markdown-to-jsx

2.0.0

21 Mar 02:12

Choose a tag to compare

  • Add jsnext:main field (5597aa4)
  • Update to remark 4.x (cfa4946)
  • Add tag & props override functionality (ca7271b)
  • Give a proper warning if improper arguments are passed (4adcd45)
  • Enable footnotes support by default (8764bb1)

1.2.0

05 Jan 15:18

Choose a tag to compare

  • Upgrade mdast 2.x to remark 3.x (same project, rewritten internals + changed name)
  • Re-enable some tests now that a few bugs in remark/mdast were fixed

1.1.0

08 Dec 23:35

Choose a tag to compare

Implement GFM table per-column alignment (d2ab598)

1.0.0

07 Dec 04:35

Choose a tag to compare

First release, so everything is new :-)

Known Issues

  • mdast's handling of lists will sometimes add a child paragraph tag inside the
    <li> where it shouldn't exist - Bug Ticket
  • mdast does not currently have support for column-specific alignment in GFM tables -
    Bug Ticket
  • mdast incorrectly parses footnote definitions with only one word - Bug Ticket