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 bb04375 commit 4b3067aCopy full SHA for 4b3067a
readme.md
@@ -23,6 +23,7 @@
23
* [`one(h, node, parent)`](#oneh-node-parent)
24
* [Examples](#examples)
25
* [Example: ignoring things](#example-ignoring-things)
26
+ * [Example: keeping some HTML](#example-keeping-some-html)
27
* [Algorithm](#algorithm)
28
* [Syntax](#syntax)
29
* [Syntax tree](#syntax-tree)
@@ -228,7 +229,7 @@ Yields:
228
229
**Strong** and .
230
```
231
-###### HTML in Markdown
232
+### Example: keeping some HTML
233
234
The goal of this project is to map HTML to plain and readable markdown.
235
That means that certain elements are ignored (such as `<svg>`) or “downgraded”
0 commit comments