Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerigmeyer committed Jun 22, 2023
1 parent 07a1399 commit 5b8d9e2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5b8d9e2

Please sign in to comment.