Merge commit 'e477373487abcccdbed95688e37aa74b9b8fc198'

This commit is contained in:
Bjørn Erik Pedersen
2024-12-11 09:53:33 +01:00
73 changed files with 705 additions and 163 deletions

View File

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

View File

@@ -1,5 +1,5 @@
---
# Do not remove front matter.
_comment: Do not remove front matter.
---
The [`anchorize`] and [`urlize`] functions are similar: