You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package exports the following identifiers: `toMdast`, `one`, `all`.
62
+
This package exports the following identifiers: `toMdast`, `defaultHandlers`,
63
+
`one`, `all`.
63
64
There is no default export.
64
65
65
66
### `toMdast(tree[, options])`
@@ -229,6 +230,12 @@ Yields:
229
230
Some text with <svg viewBox="0 0 1 1" width="1" height="1"><rect fill="black" x="0" y="0" width="1" height="1"></rect></svg> a graphic… Wait is that a dead pixel?
230
231
```
231
232
233
+
### `defaultHandlers`
234
+
235
+
Object mapping HTML tag names (and node types) to functions that can handle
236
+
them.
237
+
See [`lib/handlers/index.js`][default-handlers]
238
+
232
239
### `all(h, parent)`
233
240
234
241
Helper function for writing custom handlers passed to `options.handlers`.
0 commit comments