Ver código fonte

update template

reiji-h 2 anos atrás
pai
commit
6aef58e24b

+ 33 - 5
packages/preset-templates/dist/marp-presentation/ja_JP/template.md

@@ -1,19 +1,40 @@
 ---
 marp: true
 theme: default
-
+site: 16:9
+paginate: true
+header: HEADER
+footer: FOOTER
+// headingDivider: 1
 ---
 
+
 # タイトル
+<!--
+_header: ""
+_footer: ""
+_paginate: hold
+-->
+![bg left 70%](https://growi.org/assets/images/growi-logo.svg)
 
---- 
+パラグラフ
 
+---
+# 目次
+1. サブタイトル
+1. サブタイトル
+1. サブタイトル
+1. サブタイトル
+
+---
+<style scoped>
+h1 {
+    color: red;
+}
+</style>
 # サブタイトル
 - 箇条書き
 - 箇条書き
-- 箇条書き
-
-# サブタイトル
 ```
 コードブロック
 コードブロック
@@ -22,3 +43,10 @@ theme: default
 コードブロック
 ```
 
+---
+<style scoped>
+* {
+    text-align: center
+}
+</style>
+# 終了