Skip to content

Commit 79d4b1e

Browse files
committed
Auto merge of #1744 - sgrif:sg-allow-headers, r=bryanburgers
Allow h4-h6 tags in READMEs Fixes #1717
2 parents 0d47f35 + 0638889 commit 79d4b1e

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)