fast and minimal static site generator
ssg
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

Use AutoHeadingIDs

+1 -1
+1 -1
markdown/markdown.go
··· 17 17 bf.SmartypantsDashes | bf.NofollowLinks | bf.FootnoteReturnLinks 18 18 bfExts = bf.NoIntraEmphasis | bf.Tables | bf.FencedCode | bf.Autolink | 19 19 bf.Strikethrough | bf.SpaceHeadings | bf.BackslashLineBreak | 20 - bf.HeadingIDs | bf.Footnotes | bf.NoEmptyLineBeforeBlock 20 + bf.AutoHeadingIDs | bf.Footnotes | bf.NoEmptyLineBeforeBlock 21 21 ) 22 22 23 23 type Output struct {