add multi-line string

This commit is contained in:
Valentin Gagarin
2022-08-15 10:18:56 +02:00
parent f165a8ae08
commit 292cab039d
+12
View File
@@ -43,6 +43,18 @@ the rest.
<td>
A string
</td>
<td>
```
''
multi
line
string
''
```
</td>
<td>
A multiline string. Strips common prefixed whitespace. Evaluates to `"multi\n line\n string"`.
</td>
</tr>
<tr>
<td>