Skip to content

Commit c956ac9

Browse files
committed
docs: markdown syntax
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
1 parent 42d65d6 commit c956ac9

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
- [Use](#use)
2121
- [API](#api)
2222
- [Syntax](#syntax)
23+
- [Docblock](#docblock)
24+
- [Markdown](#markdown)
2325
- [Syntax tree](#syntax-tree)
2426
- [Types](#types)
2527
- [Contribute](#contribute)
@@ -308,7 +310,15 @@ root[9]
308310

309311
## Syntax
310312

311-
**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.
312322

313323
## Syntax tree
314324

0 commit comments

Comments
 (0)