From 157e8983b67ab3e8dfe2a542e9e88554d9bb5a2c Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Fri, 22 Nov 2024 07:52:14 -0800 Subject: [PATCH] Update Anchorize.md --- content/en/functions/urls/Anchorize.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/functions/urls/Anchorize.md b/content/en/functions/urls/Anchorize.md index f3939675a..d8866ae05 100644 --- a/content/en/functions/urls/Anchorize.md +++ b/content/en/functions/urls/Anchorize.md @@ -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.