From c27dfdef335c0aaf3eac530efa7af954fefe9cb0 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Tue, 8 Jul 2025 11:35:25 -0700 Subject: [PATCH] content: Move link reference --- content/en/configuration/markup.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/en/configuration/markup.md b/content/en/configuration/markup.md index 5846564f5..66071d588 100644 --- a/content/en/configuration/markup.md +++ b/content/en/configuration/markup.md @@ -139,7 +139,7 @@ parser.autoIDType - `github-ascii`: Drop any non-ASCII characters after accent normalization - `blackfriday`: Generate `id` attributes compatible with the Blackfriday Markdown renderer - This is also the strategy used by the [anchorize](/functions/urls/anchorize) template function. + This is also the strategy used by the [anchorize] template function. parser.attribute.block : (`bool`) Whether to enable [Markdown attributes] for block elements. Default is `false`. @@ -318,6 +318,7 @@ ordered [`Fragments.Identifiers`]: /methods/page/fragments/#identifiers [`TableOfContents`]: /methods/page/tableofcontents/ +[anchorize]: /functions/urls/anchorize [AsciiDoc]: https://asciidoc.org/ [asciidoctor-diagram]: https://asciidoctor.org/docs/asciidoctor-diagram/ [attributes]: https://asciidoctor.org/docs/asciidoc-syntax-quick-reference/#attributes-and-substitutions