I am a footer

I'm a headline

I am a footer

headline level 2

I am code
I am a footer

full slide image

I am a full slide image

I am a footer

image to right

  • some notes
  • about the image
I am a footer

Speaker notes

  • notes are in the comment
  • only visible in presenter mode (export to html)
I am a footer

speaker notes everywhere

  • notes are in the comment
  • only visible in presenter mode (export to html)
I am a footer

Use of html elements is supported

DataPLANT olive

DataPLANT red

DataPLANT yellow

DataPLANT lightblue

I am a footer

Two types of bullet points

Lists with - are rendered as a single slide

- item 1
- item 2
- item 3

Lists with * are rendered into "multiple" slides (in html), building up one per bullet point

* item 1
* item 2
* item 3
I am a footer

asterisk bullets

  • item 1
  • item 2
  • item 3
I am a footer

Styling with css

  • Marp supports basically all layouting with combination of html and css
  • con: hard to learn
  • pro: very flexible and pretty much everything can be googled
I am a footer

Global and local directives

MARP differentiates global (all slides) and local (current slide) "directives" (styles)

https://marpit.marp.app/directives

  • CSS global:
<style>
</style>
  • CSS local:
<style scoped>
</style>

⚠️ Do not use global styling in bricks! Otherwise these will mess up styling of slide decks combined from multiple bricks / units.

I am a footer

column-split slides

Column 1

Content 1

Column 2

Content2

I am a footer

This is a very very very very very unusually long headline that I want to fit on one line

add <!-- fit --> behind a headline to make it fit into one line

---

# This is a very very very very very unusually long headline that I want to fit on one line <!-- fit -->
I am a footer

Align content in center

I am a footer

align all content

some content

I am a footer

center align image (Incorrect)

Note, this will also center all images on the slide (including those in the footer)!

I am a footer

center align image (Not perfect, but better)

I am a footer

Crop an image

E.g. a figure coming from what used to be a slide with header/footer

I am a footer

Omitting footer from individual slides

e.g. if a footer (logos, page numbers, etc.) is used over all slides

I am a footer

Add caption to figure to right side of image

This is the caption This is the caption This is the caption This is the caption This is the caption
I am a footer

to bottom of image

This is the caption This is the caption This is the caption This is the caption This is the caption
I am a footer

Image with caption right, bullet list left

  • ok this is
  • rather
  • annoying
  • and a somewhat
  • cumbersome
    • workaround
This is the caption This is the caption This is the caption This is the caption This is the caption
I am a footer

I am a speaker note

I am a speaker note

I am another speaker note