mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
add multi-line string
This commit is contained in:
parent
f165a8ae08
commit
292cab039d
1 changed files with 12 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue