reiji-h 2 лет назад
Родитель
Сommit
9ae2ef7715

+ 3 - 0
packages/preset-templates/dist/marp-presentation/en_US/meta.json

@@ -0,0 +1,3 @@
+{
+  "title": "Presentation"
+}

+ 3 - 0
packages/preset-templates/dist/marp-presentation/ja_JP/meta.json

@@ -0,0 +1,3 @@
+{
+  "title": "プレゼンテーション"
+}

+ 24 - 0
packages/preset-templates/dist/marp-presentation/ja_JP/template.md

@@ -0,0 +1,24 @@
+---
+marp: true
+theme: default
+
+---
+
+# タイトル
+
+--- 
+
+# サブタイトル
+- 箇条書き
+- 箇条書き
+- 箇条書き
+
+# サブタイトル
+```
+コードブロック
+コードブロック
+コードブロック
+コードブロック
+コードブロック
+```
+

+ 3 - 0
packages/preset-templates/dist/marp-presentation/zh_CN/meta.json

@@ -0,0 +1,3 @@
+{
+  "title": "介绍"
+}