From a355da8f508e8e28114d2171d154b8e6c7908f01 Mon Sep 17 00:00:00 2001 From: ddawson Date: Thu, 4 Apr 2024 15:54:34 -0700 Subject: [PATCH] fix missing syntax --- resources/contribute-documentation/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/contribute-documentation/index.md b/resources/contribute-documentation/index.md index 9485f01308..acbb87152f 100644 --- a/resources/contribute-documentation/index.md +++ b/resources/contribute-documentation/index.md @@ -286,7 +286,7 @@ Use these basic tables whenever possible. If you genuinely require special forma ### Links -Links use the syntax [](). +Links use the syntax `[]()`. For example, the sentence: @@ -338,7 +338,7 @@ renders as If you have text that you use frequently, or text that requires periodic update in a number of places in the documentation, you can create a _snippet file for reuse. -Store your file in the `_snippet` directory. To insert the partial file, use the syntax +Store your file in the `_snippet` directory. To insert the partial file, use the syntax `{% partial file="" /%}`. For example, here is the snippet `/docs/_snippets/secret-key-warning.md`.