Skip to content

Commit

Permalink
Rewrite specification
Browse files Browse the repository at this point in the history
* 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
wooorm committed Aug 31, 2018
1 parent 410d642 commit f49890b
Showing 1 changed file with 789 additions and 260 deletions.
Loading

0 comments on commit f49890b

Please sign in to comment.