add multi-line string

This commit is contained in:
Valentin Gagarin 2022-08-12 13:16:13 +02:00
parent f165a8ae08
commit 292cab039d

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>