Skip to content

Releases: syntax-tree/mdast-util-to-hast

11.1.1

08 Jun 13:09
b84a13f
Compare
Choose a tag to compare

11.1.0

20 May 08:33
ae4ae70
Compare
Choose a tag to compare
  • a100cff Add exports of a couple of types
  • 77ef216 Add exports of one, all helpers

11.0.0

25 Apr 10:27
2e1b967
Compare
Choose a tag to compare
  • 0260f76 Change footnote rendering to match Pandoc
  • c5f8266 Remove deprecated allowDangerousHTML support
  • 3b20ce6 Add JSDoc based types
  • 94d0af0 Use ESM

10.2.0

13 Feb 09:09
a785395
Compare
Choose a tag to compare
  • c339702 Add mdast code.meta to hast as code.data.meta

10.1.1

27 Dec 07:40
9ae8969
Compare
Choose a tag to compare
  • 703a652 Fix exception on node.data set to undefined

10.1.0

13 Dec 14:24
d516352
Compare
Choose a tag to compare
  • a497990 Add passThrough option to keep custom nodes

10.0.1

13 Nov 10:40
2a17449
Compare
Choose a tag to compare
  • 197247c Fix support for hName on non-element

10.0.0

03 Oct 10:36
569277b
Compare
Choose a tag to compare

9.1.2

18 Sep 19:00
e6904e6
Compare
Choose a tag to compare
  • c3e033d Fix support for tables w/o align
  • 84c85f7 Fix to not add a tbody if there is one row

9.1.1

02 Sep 10:14
b3097e3
Compare
Choose a tag to compare
  • 11dad16 Fix line endings in tight list items
  • 15a21f1 Fix multiple line endings in text
  • 914a6b7 Fix tabs in code
  • 96a1161 Fix whitespace in inline code
  • 18e5051 Add docs on align