Skip to content

Commit

Permalink
fix: missing HTML headings (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjshearer authored Jan 23, 2024
1 parent a69a4eb commit 231c447
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ pnpm-lock.yaml
content/_index.md
layouts/**/*.md
layouts/partials/imgh.html
layouts/_default/_markup/render-heading.html
build
2 changes: 1 addition & 1 deletion layouts/_default/_markup/render-heading.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{{/* Without this file, html outputs use render-heading.txt */}}
<h{{ .Level }}>{{ .Text | safeHTML }}</h{{ .Level }}>

0 comments on commit 231c447

Please sign in to comment.