Yuki Takei 1 год назад
Родитель
Сommit
7a5dd77f54

+ 23 - 0
apps/app/resource/locales/en_US/sandbox-markdown.md

@@ -113,6 +113,29 @@ ___
 ```
 
 
+# Footnotes
+
+You can add footnotes to your content by using this bracket syntax:
+
+Here is a simple footnote[^1].
+
+A footnote can also have multiple lines[^2].
+
+[^1]: My reference.
+[^2]: To add line breaks within a footnote, prefix new lines with 2 spaces.
+  This is a second line.
+
+```markdown
+Here is a simple footnote[^1].
+
+A footnote can also have multiple lines[^2].
+
+[^1]: My reference.
+[^2]: To add line breaks within a footnote, prefix new lines with 2 spaces.
+  This is a second line.
+```
+
+
 # emoji
 
 You can add emojis to your text by typing the emoji name after a colon `:`.

+ 23 - 0
apps/app/resource/locales/fr_FR/sandbox-markdown.md

@@ -113,6 +113,29 @@ ___
 ```
 
 
+# Footnotes
+
+You can add footnotes to your content by using this bracket syntax:
+
+Here is a simple footnote[^1].
+
+A footnote can also have multiple lines[^2].
+
+[^1]: My reference.
+[^2]: To add line breaks within a footnote, prefix new lines with 2 spaces.
+  This is a second line.
+
+```markdown
+Here is a simple footnote[^1].
+
+A footnote can also have multiple lines[^2].
+
+[^1]: My reference.
+[^2]: To add line breaks within a footnote, prefix new lines with 2 spaces.
+  This is a second line.
+```
+
+
 # emoji
 
 Vous pouvez ajouter des emojis à votre texte en tapant le nom de l'emoji après un deux-points `:`.

+ 23 - 0
apps/app/resource/locales/ja_JP/sandbox-markdown.md

@@ -110,6 +110,29 @@ ___
 ```
 
 
+# 脚注
+角かっこ構文を使用して、コンテンツに脚注を追加できます。
+
+シンプルな脚注[^1].
+
+複数行にわたる脚注も追加できます[^myfootnote2].
+
+[^1]: 注記はこのように書きます.
+[^myfootnote2]: 注記を改行するには、新しい行頭にで2つの連続したスペースをいれます。
+  こちらが2行目です。
+
+
+```markdown
+シンプルな脚注[^1].
+
+複数行にわたる脚注も追加できます[^myfootnote2].
+
+[^1]: 注記はこのように書きます.
+[^myfootnote2]: 注記を改行するには、新しい行頭にで2つの連続したスペースをいれます。
+  こちらが2行目です。
+```
+
+
 # 絵文字
 
 `:EMOJICODE:` とコロンの後に絵文字の名前を入力することで、文章に絵文字を追加できます。

+ 23 - 0
apps/app/resource/locales/zh_CN/sandbox-markdown.md

@@ -111,6 +111,29 @@ ___
 ```
 
 
+# 脚注
+
+您可以使用此括号语法为您的内容添加脚注:
+
+Here is a simple footnote[^1].
+
+A footnote can also have multiple lines[^2].
+
+[^1]: My reference.
+[^2]: To add line breaks within a footnote, prefix new lines with 2 spaces.
+  This is a second line.
+
+```markdown
+Here is a simple footnote[^1].
+
+A footnote can also have multiple lines[^2].
+
+[^1]: My reference.
+[^2]: To add line breaks within a footnote, prefix new lines with 2 spaces.
+  This is a second line.
+```
+
+
 # 表情符号
 
 您可以通过在冒号 `:` 后输入表情符号名称来添加表情符号。