Skip to content

Commit 38f365b

Browse files
committed
update README before config-README-update
1 parent 2b882a5 commit 38f365b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/templates/README.template.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,12 @@ if you format them correctly...
145145
| array(int) | [1,2,3] |
146146
| array(str) | [a,b,c] |
147147

148-
This formatting applies to almost every situation where the only (allowed) Input Type is a string and other Output Types are needed.
148+
> [!TIP]
149+
> This formatting applies to almost every situation where the only (allowed) Input Type is a string and other Output Types are needed.
150+
151+
> [!NOTE]
152+
> If you have a string that should not be turned into any other type, then you will need to escape the `[]` or `{}` (also `-`) with a `\` **Backslash** > **Double Backslashes** do exist in that case you could just leave them out completly.
153+
> An **Odd** number of **Backslashes** **escape** the character in front of them and an **Even** number leave the character **as-is**.
149154
150155
### API Token(s)
151156

0 commit comments

Comments
 (0)