Skip to content

Commit

Permalink
docs: [Parent] update content model description
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <[email protected]>
  • Loading branch information
unicornware committed Apr 12, 2024
1 parent 9cbbe06 commit 1a66c46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ interface Parent extends unist.Parent {
**Parent** ([**unist.Parent**][unist-parent]) represents an abstract interface in docast containing other nodes (said to
be [*children*][unist-child]).

Its content is limited to [**comment**](#comment) nodes and [docast content](#content-model).
Its content is limited to [docast content](#content-model) and [mdast content][mdast-content].

## Nodes

Expand Down Expand Up @@ -359,6 +359,7 @@ community you agree to abide by its terms.
[eslint]: https://eslint.org
[javascript]: https://www.ecma-international.org/ecma-262/9.0/index.html
[jsdoc]: https://jsdoc.app
[mdast-content]: https://github.com/syntax-tree/mdast#content-model
[mdast]: https://github.com/syntax-tree/mdast
[structuredtags]: https://github.com/gajus/eslint-plugin-jsdoc-structuredtags
[tsdoc]: https://tsdoc.org
Expand Down

0 comments on commit 1a66c46

Please sign in to comment.