We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f1c7d6 commit 9fc1a20Copy full SHA for 9fc1a20
readme.md
@@ -2,6 +2,8 @@
2
3
Transform [MDAST][] to [HAST][].
4
5
+> **Note** You probably want to use [remark-rehype][].
6
+
7
## Installation
8
9
[npm][]:
@@ -51,7 +53,7 @@ are found. The default behaviour is to prefer the last duplicate definition.
51
53
52
54
###### `options.handlers`
55
-Object mapping [MDAST nodes][mdast] to functions
56
+Object mapping [MDAST nodes][mdast] to functions
57
handling those elements.
58
Take a look at [`lib/handlers/`][handlers] for examples.
59
@@ -108,3 +110,5 @@ Take a look at [`lib/handlers/`][handlers] for examples.
108
110
[hast-util-sanitize]: https://github.com/syntax-tree/hast-util-sanitize
109
111
112
[handlers]: lib/handlers
113
114
+[remark-rehype]: https://github.com/wooorm/remark-rehype
0 commit comments