Skip to content

Commit 0638889

Browse files
committed
Allow h4-h6 tags in READMEs
Fixes #1717
1 parent 9c3a376 commit 0638889

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/render.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ impl<'a> MarkdownRenderer<'a> {
3232
"h1",
3333
"h2",
3434
"h3",
35+
"h4",
36+
"h5",
37+
"h6",
3538
"hr",
3639
"i",
3740
"img",

0 commit comments

Comments
 (0)