russross / blackfriday

Blackfriday: a markdown processor for Go
Other
5.45k stars 602 forks source link

What flags to (un)set if i want no header tags? #704

Open ddengster opened 2 years ago

ddengster commented 2 years ago

I'm trying to enforce an effect such that user content is somewhat consistent with font sizes.

blackfriday.AutoHeadingIDs and blackfriday.SpaceHeadings does not seem to give me what I want. Any clues as to how to do this?