all repos — vite @ c26468d638d92181bc11d947db9ba1b9593de08f

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

Use AutoHeadingIDs
Anirudh Oppiliappan x@icyphox.sh
Tue, 21 Mar 2023 21:50:10 +0200
commit

c26468d638d92181bc11d947db9ba1b9593de08f

parent

767dbd64730834c6e367344c7809531862a0afa5

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.HeadingIDs | bf.Footnotes | bf.NoEmptyLineBeforeBlock + bf.AutoHeadingIDs | bf.Footnotes | bf.NoEmptyLineBeforeBlock ) type Output struct {