russross / blackfriday

Blackfriday: a markdown processor for Go
Other
5.41k stars 596 forks source link

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

Open ddengster opened 1 year ago

ddengster commented 1 year 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?