all repos — vite @ 590d7b7d1fe28342360ba7fda3f73a9a14502600

a fast (this time, actually) and minimal static site generator

Add HeadingIDs too
Anirudh Oppiliappan x@icyphox.sh
Tue, 21 Mar 2023 21:53:34 +0200
commit

590d7b7d1fe28342360ba7fda3f73a9a14502600

parent

c26468d638d92181bc11d947db9ba1b9593de08f

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M markdown/markdown.gomarkdown/markdown.go

@@ -17,7 +17,7 @@ bfFlags = bf.UseXHTML | bf.Smartypants | bf.SmartypantsFractions |

bf.SmartypantsDashes | bf.NofollowLinks | bf.FootnoteReturnLinks bfExts = bf.NoIntraEmphasis | bf.Tables | bf.FencedCode | bf.Autolink | bf.Strikethrough | bf.SpaceHeadings | bf.BackslashLineBreak | - bf.AutoHeadingIDs | bf.Footnotes | bf.NoEmptyLineBeforeBlock + bf.AutoHeadingIDs | bf.HeadingIDs | bf.Footnotes | bf.NoEmptyLineBeforeBlock ) type Output struct {