We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d2cf42f + 2922160 commit e47c3a0Copy full SHA for e47c3a0
docs/content/manual/dev/manual.yml
@@ -2151,9 +2151,15 @@ sections:
2151
2152
* `@csv`:
2153
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.
+ The input must be an array, and it is rendered as comma
+ separated CSV with double quotes for strings, and quotes
+ escaped by repetition.
2157
+
2158
+ * `@ssv`:
2159
2160
+ The input must be an array, and it is rendered as semicolon
2161
2162
2163
2164
* `@tsv`:
2165
0 commit comments