|
|
@@ -351,65 +351,65 @@ aligned | aligned | aligned
|
|
|
| left | right | center |
|
|
|
| aligned | aligned | aligned |
|
|
|
|
|
|
-## TSV (crowi-plus notation)
|
|
|
+## TSV
|
|
|
|
|
|
+~~~
|
|
|
+``` tsv
|
|
|
+Content Cell Content Cell
|
|
|
+Content Cell Content Cell
|
|
|
```
|
|
|
-::: tsv
|
|
|
-Content Cell Content Cell
|
|
|
-Content Cell Content Cell
|
|
|
-:::
|
|
|
-```
|
|
|
+~~~
|
|
|
|
|
|
-::: tsv
|
|
|
-Content Cell Content Cell
|
|
|
-Content Cell Content Cell
|
|
|
-:::
|
|
|
+``` tsv
|
|
|
+Content Cell Content Cell
|
|
|
+Content Cell Content Cell
|
|
|
+```
|
|
|
|
|
|
-## TSV with header (crowi-plus notation)
|
|
|
+## TSV with header
|
|
|
|
|
|
+~~~
|
|
|
+``` tsv-h
|
|
|
+First Header Second Header
|
|
|
+Content Cell Content Cell
|
|
|
+Content Cell Content Cell
|
|
|
```
|
|
|
-::: tsv-h
|
|
|
-First Header Second Header
|
|
|
-Content Cell Content Cell
|
|
|
-Content Cell Content Cell
|
|
|
-:::
|
|
|
-```
|
|
|
+~~~
|
|
|
|
|
|
-::: tsv-h
|
|
|
-First Header Second Header
|
|
|
-Content Cell Content Cell
|
|
|
-Content Cell Content Cell
|
|
|
-:::
|
|
|
+``` tsv-h
|
|
|
+First Header Second Header
|
|
|
+Content Cell Content Cell
|
|
|
+Content Cell Content Cell
|
|
|
+```
|
|
|
|
|
|
-## CSV (crowi-plus original notation)
|
|
|
+## CSV
|
|
|
|
|
|
-```
|
|
|
-::: csv
|
|
|
+~~~
|
|
|
+``` csv
|
|
|
Content Cell,Content Cell
|
|
|
Content Cell,Content Cell
|
|
|
-:::
|
|
|
```
|
|
|
+~~~
|
|
|
|
|
|
-::: csv
|
|
|
+``` csv
|
|
|
Content Cell,Content Cell
|
|
|
Content Cell,Content Cell
|
|
|
-:::
|
|
|
+```
|
|
|
|
|
|
-## CSV with header (crowi-plus original notation)
|
|
|
+## CSV with header
|
|
|
|
|
|
-```
|
|
|
-::: csv-h
|
|
|
+~~~
|
|
|
+``` csv-h
|
|
|
First Header,Second Header
|
|
|
Content Cell,Content Cell
|
|
|
Content Cell,Content Cell
|
|
|
-:::
|
|
|
```
|
|
|
+~~~
|
|
|
|
|
|
-::: csv-h
|
|
|
+``` csv-h
|
|
|
First Header,Second Header
|
|
|
Content Cell,Content Cell
|
|
|
Content Cell,Content Cell
|
|
|
-:::
|
|
|
+```
|
|
|
|
|
|
|
|
|
# :memo: Footnote
|