Pinned Repositories
esast
ECMAScript Abstract Syntax Tree format
hast
Hypertext Abstract Syntax Tree format
hastscript
utility to create hast trees
mdast
Markdown Abstract Syntax Tree format
mdast-util-from-markdown
mdast utility to parse markdown
mdast-util-to-markdown
mdast utility to serialize markdown
nlcst
Natural Language Concrete Syntax Tree format
unist
Universal Syntax Tree used by @unifiedjs
unist-util-visit
utility to visit nodes
xast
Extensible Abstract Syntax Tree
syntax-tree's Repositories
syntax-tree/unist-util-map
utility to create a new tree by mapping all nodes
syntax-tree/unist-util-remove
utility to remove nodes from a tree
syntax-tree/mdast-util-math
mdast extension to parse and serialize math
syntax-tree/nlcst-search
utility to search for patterns in an nlcst tree
syntax-tree/xast-util-from-xml
utility to parse from XML
syntax-tree/mdast-comment-marker
utility to parse a comment marker in mdast
syntax-tree/mdast-util-definitions
utility to find definition nodes in an mdast tree
syntax-tree/unist-util-modify-children
utility to modify direct children of a parent
syntax-tree/mdast-util-heading-range
utility to use headings as ranges in mdast
syntax-tree/xast-util-feed
xast utility to build feeds (rss, atom)
syntax-tree/nlcst-normalize
utility to normalize an nlcst word for easier comparison
syntax-tree/unist-util-visit-children
unist utility to visit direct children of a parent
syntax-tree/mdast-squeeze-paragraphs
utility to remove empty paragraphs from an mdast tree
syntax-tree/mdast-util-compact
utility to make an mdast tree compact
syntax-tree/unist-util-find-after
unist utility to find a node after another node
syntax-tree/unist-util-find-all-after
utility to find nodes after another node
syntax-tree/mdast-normalize-headings
utility to make sure there is no more than a single top-level heading in the document
syntax-tree/mdast-util-gfm-strikethrough
mdast extension to parse and serialize GFM strikethrough
syntax-tree/mdast-util-heading-style
utility to get the style of an mdast heading
syntax-tree/unist-util-find-all-before
utility to find nodes before another node
syntax-tree/xast-util-sitemap
xast utility to build a sitemap
syntax-tree/xast-util-to-string
xast utility to get the text value of a node
syntax-tree/estree-util-is-identifier-name
Check if something can be an ecmascript (javascript) identifier name
syntax-tree/xast-util-to-xml
utility to serialize to XML
syntax-tree/mdast-util-newline-to-break
mdast utility to support hard breaks without needing spaces or escapes (turns enters into `<br>`s).
syntax-tree/nlcst-emoji-modifier
utility to support emoji in nlcst
syntax-tree/nlcst-emoticon-modifier
utility to support emoticons in nlcst
syntax-tree/nlcst-test
utility to check assert an nlcst node
syntax-tree/mdast-util-assert
utility to assert mdast trees
syntax-tree/nlcst-affix-emoticon-modifier
utility to merge affix emoticons into the previous sentence in nlcst