css cleanup, added downloads page
This commit is contained in:
@ -34,6 +34,7 @@ func ParseMarkdown(md string) string {
|
||||
ext |= blackfriday.BackslashLineBreak
|
||||
ext |= blackfriday.Strikethrough
|
||||
ext |= blackfriday.Tables
|
||||
ext |= blackfriday.NoEmptyLineBeforeBlock
|
||||
|
||||
return string(blackfriday.Run([]byte(md), blackfriday.WithExtensions(ext)))
|
||||
}
|
||||
|
Reference in New Issue
Block a user