syntax-tree / mdast-util-to-hast

utility to transform mdast to hast
https://unifiedjs.com
MIT License
101 stars 42 forks source link

Add `meta` as a `data` field #46

Closed wooorm closed 3 years ago

wooorm commented 3 years ago

Subject of the feature

Folks have previously wanted to forward the meta field of code to hast as a property. That won’t fly, because commonmark and such say it shouldn’t. But we can add it as .data.meta.

Related to GH-24 and more