ソースを参照

update sandbox.md

Yuki Takei 3 年 前
コミット
2a387b07a2

+ 34 - 34
packages/app/resource/locales/en_US/sandbox.md

@@ -351,65 +351,65 @@ aligned    | aligned     | aligned
 | left       | right       | center       |
 | left       | right       | center       |
 | aligned    | aligned     | aligned      |
 | 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
 Content Cell,Content Cell
 Content Cell,Content Cell
-:::
 ```
 ```
+~~~
 
 
-::: csv
+``` csv
 Content Cell,Content Cell
 Content Cell,Content Cell
 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
 First Header,Second Header
 Content Cell,Content Cell
 Content Cell,Content Cell
 Content Cell,Content Cell
 Content Cell,Content Cell
-:::
 ```
 ```
+~~~
 
 
-::: csv-h
+``` csv-h
 First Header,Second Header
 First Header,Second Header
 Content Cell,Content Cell
 Content Cell,Content Cell
 Content Cell,Content Cell
 Content Cell,Content Cell
-:::
+```
 
 
 
 
 # :memo: Footnote
 # :memo: Footnote

+ 34 - 34
packages/app/resource/locales/ja_JP/sandbox.md

@@ -350,65 +350,65 @@ aligned    | aligned     | aligned
 | left       | right       | center       |
 | left       | right       | center       |
 | aligned    | aligned     | aligned      |
 | aligned    | aligned     | aligned      |
 
 
-## TSV (crowi-plus 独自記法)
+## 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 ヘッダ付き (crowi-plus 独自記法)
+## TSV (ヘッダ付き)
 
 
+~~~
+``` 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 独自記法)
+## CSV
 
 
-```
-::: csv
+~~~
+``` csv
 Content Cell,Content Cell
 Content Cell,Content Cell
 Content Cell,Content Cell
 Content Cell,Content Cell
-:::
 ```
 ```
+~~~
 
 
-::: csv
+``` csv
 Content Cell,Content Cell
 Content Cell,Content Cell
 Content Cell,Content Cell
 Content Cell,Content Cell
-:::
+```
 
 
-## CSV ヘッダ付き (crowi-plus 独自記法)
+## CSV (ヘッダ付き)
 
 
-```
-::: csv-h
+~~~
+``` csv-h
 First Header,Second Header
 First Header,Second Header
 Content Cell,Content Cell
 Content Cell,Content Cell
 Content Cell,Content Cell
 Content Cell,Content Cell
-:::
 ```
 ```
+~~~
 
 
-::: csv-h
+``` csv-h
 First Header,Second Header
 First Header,Second Header
 Content Cell,Content Cell
 Content Cell,Content Cell
 Content Cell,Content Cell
 Content Cell,Content Cell
-:::
+```
 
 
 
 
 # :memo: Footnote
 # :memo: Footnote

+ 34 - 34
packages/app/resource/locales/zh_CN/sandbox.md

@@ -351,65 +351,65 @@ aligned    | aligned     | aligned
 | left       | right       | center       |
 | left       | right       | center       |
 | aligned    | aligned     | aligned      |
 | 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
 Content Cell,Content Cell
 Content Cell,Content Cell
-:::
 ```
 ```
+~~~
 
 
-::: csv
+``` csv
 Content Cell,Content Cell
 Content Cell,Content Cell
 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
 First Header,Second Header
 Content Cell,Content Cell
 Content Cell,Content Cell
 Content Cell,Content Cell
 Content Cell,Content Cell
-:::
 ```
 ```
+~~~
 
 
-::: csv-h
+``` csv-h
 First Header,Second Header
 First Header,Second Header
 Content Cell,Content Cell
 Content Cell,Content Cell
 Content Cell,Content Cell
 Content Cell,Content Cell
-:::
+```
 
 
 
 
 # :memo: Footnote
 # :memo: Footnote