Fix headings not matching
This commit is contained in:
parent
9916c458b6
commit
57345fab57
1 changed files with 1 additions and 1 deletions
|
@ -1 +1 @@
|
||||||
<h{{ add .Level 2 }} id="{{ .Anchor | safeURL }}">{{ .Text | safeHTML }} <a href="#{{ .Anchor | safeURL }}">#</a></h{{ .Level }}>
|
<h{{ add .Level 2 }} id="{{ .Anchor | safeURL }}">{{ .Text | safeHTML }} <a href="#{{ .Anchor | safeURL }}">#</a></h{{ add .Level 2 }}>
|
||||||
|
|
Loading…
Add table
Reference in a new issue