Update Anchorize.md

This commit is contained in:
Joe Mooring 2024-11-22 07:52:14 -08:00 committed by GitHub
parent 59fa9f214c
commit 157e8983b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,10 +28,10 @@ This controls the behavior of the `anchorize` function and the generation of hea
Set `autoHeadingIDType` to one of: Set `autoHeadingIDType` to one of:
github github
: Compatible with GitHub. This is the default, and strongly recommended. : Compatible with GitHub. This is the default.
github-ascii github-ascii
: Similar to the "github" setting, but removes non-ASCII characters. : Similar to the `github` setting, but removes non-ASCII characters.
blackfriday blackfriday
: Provided for backwards compatibility with Hugo v0.59.1 and earlier. This option will be removed in a future release. : Provided for backwards compatibility with Hugo v0.59.1 and earlier. This option will be removed in a future release.