Skip to content

Commit e47c3a0

Browse files
authored
Merge pull request #2 from HenrikHolst/patch-3
Added info about the @ssv format
2 parents d2cf42f + 2922160 commit e47c3a0

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

docs/content/manual/dev/manual.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2151,9 +2151,15 @@ sections:
21512151
21522152
* `@csv`:
21532153
2154-
The input must be an array, and it is rendered as CSV
2155-
with double quotes for strings, and quotes escaped by
2156-
repetition.
2154+
The input must be an array, and it is rendered as comma
2155+
separated CSV with double quotes for strings, and quotes
2156+
escaped by repetition.
2157+
2158+
* `@ssv`:
2159+
2160+
The input must be an array, and it is rendered as semicolon
2161+
separated CSV with double quotes for strings, and quotes
2162+
escaped by repetition.
21572163
21582164
* `@tsv`:
21592165

0 commit comments

Comments
 (0)