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 e431f6f commit d080c31Copy full SHA for d080c31
readme.md
@@ -10,6 +10,12 @@
10
11
**[mdast][]** utility to parse markdown.
12
13
+## When to use this
14
+
15
+Use this if you have direct access to an AST and need to serialize it.
16
+Use **[remark][]** instead, which includes this, but has a nice interface and
17
+hundreds of plugins.
18
19
## Install
20
21
This package is [ESM only](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c):
@@ -317,3 +323,5 @@ abide by its terms.
317
323
[handlers]: lib/handle
318
324
319
325
[unsafe]: lib/unsafe.js
326
327
+[remark]: https://github.com/remarkjs/remark
0 commit comments