Create beautiful slide decks using an intuitive Markdown experience
MARP (also known as the Markdown Presentation Ecosystem) provides an intuitive experience for creating beautiful slide decks. You only have to focus on writing your story in a Markdown document.
Marp creates slides with the next format:
<section>
<header>Header content</header>
<h1>Page 1</h1>
<footer>Footer content</footer>
</section>
Where each slide is a section, so this can be changed with CSS styles. In the default style, the content starts at the vertical center of the slide.
onecolumn
slide styleBy using css styles we can configurate the slide to produce a Powerpoint like layout.
<p>
is justify to be a more readable text.twocolumn
slide styleThis slide is styled to be a doble columns slide, this is produced by using to html elements inside the <twocolumn>
element.
<column1>
element.This slide is styled to be a doble columns slide, this is produced by using to html elements inside the <twocolumn>
element.
<column2>
element.ti
slide styleThis slide is called ti
that stands for Text and Image slide. We can see the image floating at the right of the slide.
it
slide styleConversely, this slide is called it
that stands for Image and Text slide. We can see the image floating at the left of the slide.
slide settings
---------------------------------------
TITLE OF THE PRESENTATION
---------------------------------------
---------------------------------------
BODY OF PRESENTATION
---------------------------------------
PUT TEXT DOWN HERE
PUT TEXT DOWN HERE
PUT TEXT DOWN HERE
PUT TEXT DOWN HERE
PUT TEXT DOWN HERE
PUT TEXT DOWN HERE
PUT TEXT DOWN HERE
---------------------------------------
END OF PRESENTATION
---------------------------------------