We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca4caab commit 0301a51Copy full SHA for 0301a51
example.md
@@ -1,15 +1,16 @@
1
---
2
-# Edit this metadata
3
-title: New Codestar Marp theme
+# Metadata
+title: &title New Codestar Marp theme
4
author: Hamza Haiken
5
-header: "New Codestar Marp theme"
6
-footer: "Example slides"
+header: *title # Header set to the same value as the title, can be changed if needed
+footer: Example slides
7
8
+# Appearance
9
# Uncomment for dark mode
10
# class: invert
11
transition: wipe
12
-# Keep these settings
13
+# Don't change
14
marp: true
15
theme: codestar
16
paginate: true
0 commit comments