diff --git a/docs/authoring/variables.qmd b/docs/authoring/variables.qmd index be289aa8b3..84e2a924b1 100644 --- a/docs/authoring/variables.qmd +++ b/docs/authoring/variables.qmd @@ -75,6 +75,13 @@ extract the first in the array of authors: {{< meta author.1 >}} ``` +To reference a field that contains a dot (`.`), escape the dot with a double backslash (`\\`). For example, to get `field.with.dots`: + + +``` {.markdown shortcodes="false"} +{{< meta field\\.with\\.dots >}} +``` + ## env {#env} The `env` shortcode enables you to read values from environment variables. For example: