From be1ca1d43b5d11310d9960e66e6e11247cfadb75 Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Thu, 21 Jan 2021 09:02:32 -0500 Subject: [PATCH] Add links to READMEs for reusables and variables (#17352) Also update sentences to adhere to style guide --- contributing/content-markup-reference.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contributing/content-markup-reference.md b/contributing/content-markup-reference.md index 7e33130350..8e1bafb4c5 100644 --- a/contributing/content-markup-reference.md +++ b/contributing/content-markup-reference.md @@ -98,10 +98,10 @@ These instructions are pertinent to Windows users. {% endlinux %} ``` -You can define a default platform in the frontmatter, see the [content README](../content/README.md#defaultplatform). +You can define a default platform in the frontmatter. For more information, see the [content README](../content/README.md#defaultplatform). ## Reusable and variable strings of text Reusable strings (commonly called content references or conrefs) contain content that’s used in more than one place in our documentation and allow us to change the content in a single location rather than every place the string appears. -For longer strings, we use [reusables](), and for shorter strings, we use [variables](). See each linked README for usage instructions. +For longer strings, we use reusables, and for shorter strings, we use variables. For more information about reusables, see the [reusables README](../data/reusables/README.md). For more information about variables, see the [variables README](../data/variables/README.md).