diff options
Diffstat (limited to 'content/en/content-management/cross-references.md')
-rw-r--r-- | content/en/content-management/cross-references.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/content/en/content-management/cross-references.md b/content/en/content-management/cross-references.md index 9570a8fa4..9580fd7e5 100644 --- a/content/en/content-management/cross-references.md +++ b/content/en/content-management/cross-references.md @@ -77,9 +77,9 @@ produces this HTML: Get the permalink to a heading by appending the ID to the path when using the `ref` or `relref` shortcodes: -```md -{{</* ref "document.md#reference */>}} -{{</* relref "document.md#reference */>}} +```go-html-template +{{</* ref "document.md#reference" */>}} +{{</* relref "document.md#reference" */>}} ``` Generate a custom heading ID by including an attribute. For example: |