We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42d65d6 commit c956ac9Copy full SHA for c956ac9
README.md
@@ -20,6 +20,8 @@
20
- [Use](#use)
21
- [API](#api)
22
- [Syntax](#syntax)
23
+ - [Docblock](#docblock)
24
+ - [Markdown](#markdown)
25
- [Syntax tree](#syntax-tree)
26
- [Types](#types)
27
- [Contribute](#contribute)
@@ -308,7 +310,15 @@ root[9]
308
310
309
311
## Syntax
312
-**TODO**: syntax
313
+### Docblock
314
+
315
+**TODO**: docblock syntax
316
317
+### Markdown
318
319
+Markdown is parsed according to CommonMark. Extensions can add support for other syntax and nodes. If you’re interested
320
+in extending markdown, more information is available in the [`mdast-util-from-markdown`][mdast-util-from-markdown] and
321
+[`micromark`][micromark] readmes.
322
323
## Syntax tree
324
0 commit comments