Skip to content

Commit 4b3067a

Browse files
committed
Fix heading
1 parent bb04375 commit 4b3067a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
* [`one(h, node, parent)`](#oneh-node-parent)
2424
* [Examples](#examples)
2525
* [Example: ignoring things](#example-ignoring-things)
26+
* [Example: keeping some HTML](#example-keeping-some-html)
2627
* [Algorithm](#algorithm)
2728
* [Syntax](#syntax)
2829
* [Syntax tree](#syntax-tree)
@@ -228,7 +229,7 @@ Yields:
228229
**Strong** and .
229230
```
230231

231-
###### HTML in Markdown
232+
### Example: keeping some HTML
232233

233234
The goal of this project is to map HTML to plain and readable markdown.
234235
That means that certain elements are ignored (such as `<svg>`) or “downgraded”

0 commit comments

Comments
 (0)