diff --git a/content/content-management/cross-references.md b/content/content-management/cross-references.md index e0b32dbe2..55335d6a0 100644 --- a/content/content-management/cross-references.md +++ b/content/content-management/cross-references.md @@ -21,12 +21,12 @@ toc: true ## Use `ref` and `relref` ``` -{{}} +{{}} {{}} -{{}} -{{}} +{{}} +{{}} {{}} -{{}} +{{}} ``` The single parameter to `ref` is a string with a content `documentname` (e.g., `about.md`) with or without an appended in-document `anchor` (`#who`) without spaces. @@ -120,4 +120,4 @@ Ensuring heading uniqueness across the site is accomplished with a unique identi [built-in Hugo shortcodes]: /content-management/shortcodes/#using-the-built-in-shortcodes [lists]: /templates/lists/ [output formats]: /templates/output-formats/ -[shortcode]: /content-management/shortcodes/ \ No newline at end of file +[shortcode]: /content-management/shortcodes/