You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/templates/README.template.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -145,7 +145,12 @@ if you format them correctly...
145
145
| array(int) |[1,2,3]|
146
146
| array(str) |[a,b,c]|
147
147
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**.
0 commit comments