marp | title | author | theme | backgroundColor | color | style | math | paginate |
---|---|---|---|---|---|---|---|---|
true |
Winson |
gaia |
white |
black |
section {
font-size: 25px;
}
|
katex |
true |
Use ---
to make a page.
Like markdown, different numbers of # are titles.
Add a <br/>
as empty line.
Most attractive thing is that almost everything in markdown can be put into marp slides.
Bold contents is ok.
Italic and deleted too.
Latex Math Content:
Codes:
def fun():
print("hello")
Inline math and code:
If
echo hello
print hello in bash.
Tables:
ColA | ColB | ColC |
---|---|---|
apple | ae | pl |
orange | aoe | rng |
An inline image:
One page can contains multiple inline images:
You can also use w/h to resize width and height of a BackGround like inline image.
This is a List
- You can put BG left or right.
- You can put multiple images in BG
This is a List one by one.
- For more image syntax visit
- https://marpit.marp.app/image-syntax
Unordered List:
- You can also set BG with Directives.
- In this way position and size are configurable.
Unorderd one by one:
- One
- Two
If you want to add many pic and set their positions, you can use HTML.
Above is the tip of a substantial iceberg, try marp and VISIT https://marp.app/ to explore more!