Universal Syntax Tree. topic
unist is a specification for syntax trees. It has a big ecosystem of utilities in JavaScript for working with these trees. It’s implemented by several other specifications.
MarkdownSyntax
☄️ A Type-safe Markdown parser in Swift.
hast-util-reading-time
utility to estimate the reading time
hast-util-to-html
utility to serialize hast to HTML
awesome-syntax-tree
Curated list of awesome syntax-tree, unist, hast, xast, mdast, esast, nlcst resources
mdast-util-to-hast
utility to transform mdast to hast
yaml-unist-parser
A YAML parser that produces output compatible with unist
google-docs-hast
Converts the JSON representation of a Google Docs document into an HTML abstract syntax tree (HAST).