From e321779d6ccd1eb63589f0cfb4667f3b66b2b43d Mon Sep 17 00:00:00 2001 From: Jonny Gerig Meyer Date: Thu, 22 Jun 2023 15:29:49 -0400 Subject: [PATCH] update --- CONTRIBUTING.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5f3fc28..4de3d24 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -79,8 +79,9 @@ npm run lint - `.md` files are parsed both as Markdown _and_ as LiquidJS templates. - When using Markdown, remember that _indentation and whitespace (e.g newlines) matter_. Custom tags attempt to strip leading whitespace from text contents - (based on the whitespace of the first line) to allow for indented code blocks - -- see the `stripIndent` function in `source/helpers/type.ts` for details. + (based on the whitespace of the first line of text) to allow for more readable + indentation between tags -- see the `stripIndent` function in + `source/helpers/type.ts` for details. ## Deploying