Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update to the new style of unist <syntax-tree/unist@8055bf4> * Rename `Text` > `Literal`, `TextNode` > `Text` (syntax-tree/unist#17) * Reword definitions * Add introduction, references, links to terms * Add common mixins for shared fields * Move enumerations to their own section * Add description of content models (GH-21) * Remove marking of YAML as non-standard * Make `list.ordered` optional (default: `false`) * Make `list.loose` optional (default: `false`) * Remove `listItem.loose` (use `list.loose instead) * Make `table.align` optional * Add references to CSS Text for alignTypes Related to syntax-tree/unist#18 Related to syntax-tree/unist#17 Closes GH-21. Closes GH-24. Reviewed-by: Christian Murphy <[email protected]> Reviewed-by: Ika <[email protected]>
- Loading branch information