Source / layouts / _default / _markup / render-heading.html 3 lines (3 loc) · 108 B 1<h{{ .Level }} id="{{ .Anchor }}"> 2 <a href="#{{ .Anchor }}"><span>{{ .Text }}</span></a> 3</h{{ .Level }}>