Skip to content

Commit

Permalink
Fix escaping of backslashes _index.md (#857)
Browse files Browse the repository at this point in the history
A single leading and training space character is stripped from [inline code](https://spec.commonmark.org/0.30/#example-330).
  • Loading branch information
mgeisler authored Sep 15, 2023
1 parent 8dbc623 commit 872760a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ Tera has a few literals that can be used:
- booleans: `true` (or `True`) and `false` (or `False`)
- integers
- floats
- strings: text delimited by `""`, `''` or `` `` ``
- strings: text delimited by `""`, `''` or ` `` `
- arrays: a comma-separated list of literals and/or idents surrounded by `[` and `]` (trailing comma allowed)

### Variables
Expand Down

0 comments on commit 872760a

Please sign in to comment.