mdast
Syntax tree
A format for representing Markdown syntax as an abstract syntax tree
Markdown Abstract Syntax Tree format
1k stars
18 watching
45 forks
last commit: about 2 months ago astmarkdownsyntax-treeunist
Related projects:
Repository | Description | Stars |
---|---|---|
syntax-tree/mdast-util-definitions | Tool to find and retrieve definition nodes in an MDAST (Markdown Abstract Syntax Tree) data structure | 11 |
syntax-tree/xast | A format for representing XML as an abstract syntax tree | 66 |
syntax-tree/mdast-util-assert | Utility to validate and assert structure of markdown AST nodes | 0 |
syntax-tree/mdast-util-to-string | Utility to extract text content from markdown abstract syntax tree nodes | 39 |
syntax-tree/mdast-util-to-hast | Transforms markdown syntax trees into HTML syntax trees | 103 |
syntax-tree/mdast-zone | Tool to manipulate markdown content by identifying and replacing sections defined by comments | 15 |
syntax-tree/mdast-util-to-nlcst | Utility to transform markdown syntax tree into natural language syntax tree | 9 |
syntax-tree/hast-util-to-mdast | Converts HTML syntax tree to markdown syntax tree | 38 |
syntax-tree/hast | Represents hypertext as an abstract syntax tree | 757 |
syntax-tree/nlcst | A format specification for representing natural language in a syntax tree data structure. | 205 |
syntax-tree/mdast-util-toc | Generates a table of contents from an MDAST tree | 82 |
syntax-tree/mdast-util-heading-range | Utility to find headings and replace content in their section | 10 |
syntax-tree/esast | Defines an abstract syntax tree format for ECMAScript | 50 |
syntax-tree/xastscript | A utility to create syntax trees with ease | 12 |
syntax-tree/unist | A specification for syntax trees used by the unifiedjs project to represent source code or natural language in an abstract and concrete format. | 877 |