content: Move link reference

This commit is contained in:
Joe Mooring 2025-07-08 11:35:25 -07:00 committed by GitHub
parent d008ea6ac9
commit c27dfdef33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -139,7 +139,7 @@ parser.autoIDType
- `github-ascii`: Drop any non-ASCII characters after accent normalization - `github-ascii`: Drop any non-ASCII characters after accent normalization
- `blackfriday`: Generate `id` attributes compatible with the Blackfriday Markdown renderer - `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 parser.attribute.block
: (`bool`) Whether to enable [Markdown attributes] for block elements. Default is `false`. : (`bool`) Whether to enable [Markdown attributes] for block elements. Default is `false`.
@ -318,6 +318,7 @@ ordered
[`Fragments.Identifiers`]: /methods/page/fragments/#identifiers [`Fragments.Identifiers`]: /methods/page/fragments/#identifiers
[`TableOfContents`]: /methods/page/tableofcontents/ [`TableOfContents`]: /methods/page/tableofcontents/
[anchorize]: /functions/urls/anchorize
[AsciiDoc]: https://asciidoc.org/ [AsciiDoc]: https://asciidoc.org/
[asciidoctor-diagram]: https://asciidoctor.org/docs/asciidoctor-diagram/ [asciidoctor-diagram]: https://asciidoctor.org/docs/asciidoctor-diagram/
[attributes]: https://asciidoctor.org/docs/asciidoc-syntax-quick-reference/#attributes-and-substitutions [attributes]: https://asciidoctor.org/docs/asciidoc-syntax-quick-reference/#attributes-and-substitutions