From 7c9e48dc3a0a89b19251c9039fa4e14b56dc13cc Mon Sep 17 00:00:00 2001 From: Chaz Larson Date: Mon, 20 Mar 2023 17:04:37 -0500 Subject: [PATCH 1/3] Update templates.md Why is it quoted, Thunder? --- docs/metadata/templates.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/metadata/templates.md b/docs/metadata/templates.md index 7de55518..806c9b88 100644 --- a/docs/metadata/templates.md +++ b/docs/metadata/templates.md @@ -16,6 +16,8 @@ collections: collection_order: release ``` +Note: The `sort_title` in these examples is wrapped in quotes because it contains a character [`!`] which has syntactic meaning in YAML files. This "quoting special characters" is a general YAML requirement, not something specific to `sort_title`. + Then you add another: ```yaml From 3de28dbf50c752adb9d2e89e768f7e182c1bc7ba Mon Sep 17 00:00:00 2001 From: Chaz Larson Date: Mon, 20 Mar 2023 17:07:01 -0500 Subject: [PATCH 2/3] Update templates.md Add link. --- docs/metadata/templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/metadata/templates.md b/docs/metadata/templates.md index 806c9b88..a80c3fc8 100644 --- a/docs/metadata/templates.md +++ b/docs/metadata/templates.md @@ -16,7 +16,7 @@ collections: collection_order: release ``` -Note: The `sort_title` in these examples is wrapped in quotes because it contains a character [`!`] which has syntactic meaning in YAML files. This "quoting special characters" is a general YAML requirement, not something specific to `sort_title`. +Note: The `sort_title` in these examples is wrapped in quotes because it contains a character [`!`] which has [syntactic meaning in YAML files](../home/guides/yaml.html#string-literals). This "quoting special characters" is a general YAML requirement, not something specific to `sort_title`. Then you add another: From 0a6046daccd95c9a3bc93c92bf23eca66f6fda40 Mon Sep 17 00:00:00 2001 From: Chaz Larson Date: Mon, 20 Mar 2023 17:07:53 -0500 Subject: [PATCH 3/3] Update templates.md --- docs/metadata/templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/metadata/templates.md b/docs/metadata/templates.md index a80c3fc8..727418e7 100644 --- a/docs/metadata/templates.md +++ b/docs/metadata/templates.md @@ -16,7 +16,7 @@ collections: collection_order: release ``` -Note: The `sort_title` in these examples is wrapped in quotes because it contains a character [`!`] which has [syntactic meaning in YAML files](../home/guides/yaml.html#string-literals). This "quoting special characters" is a general YAML requirement, not something specific to `sort_title`. +Note: The `sort_title` in these examples is wrapped in quotes because it contains a character [`!`] which has [syntactic meaning in YAML files](../home/guides/yaml#string-literals). This "quoting special characters" is a general YAML requirement, not something specific to `sort_title`. Then you add another: