syntax-tree / mdast

Markdown Abstract Syntax Tree format
https://unifiedjs.com
1.1k stars 45 forks source link

Reference Unist instead of duplicating definitions #4

Closed wooorm closed 8 years ago

wooorm commented 8 years ago

Unist now houses the core definitions of nodes. Don’t duplicate definitions, refer to its definitions instead.

Related to wooorm/unist@913b1bd.