We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbebf8e commit 68afc07Copy full SHA for 68afc07
README.md
@@ -24,7 +24,7 @@ The templating engine uses a unique syntax derived from the original `mergeEngin
24
The language is defined by the following set of special character sequences that act as keywords or delimiters.
25
26
- **Expressions:** `<~ ... ~>`
27
-- **Sub-Templates (Literals):** `<` ... `>`
+- **Sub-Templates (Literals):** ``<` ... `>``
28
- **Variables:** `<#...#>`
29
- **Indirect Variables:** `<##...##>`
30
- **Function Calls:** `<{...}>`
0 commit comments