mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-30 22:39:58 +02:00
markup/goldmark: Add an optional Blackfriday auto ID strategy
Fixes #6707
This commit is contained in:
@@ -17,6 +17,7 @@ package goldmark_config
|
||||
const (
|
||||
AutoHeadingIDTypeGitHub = "github"
|
||||
AutoHeadingIDTypeGitHubAscii = "github-ascii"
|
||||
AutoHeadingIDTypeBlackfriday = "blackfriday"
|
||||
)
|
||||
|
||||
// DefaultConfig holds the default Goldmark configuration.
|
||||
|
Reference in New Issue
Block a user