Skip to content

Latest commit

 

History

History
171 lines (118 loc) · 2.71 KB

example.md

File metadata and controls

171 lines (118 loc) · 2.71 KB
marp title description theme style class backgroundColor paginate
true
Presentation Title
Presi descr
uncover
a:link { color: #ff0; }
invert
false

Presentation

Markdown presentation with Marpit!

$ some commands

Syntax

bg blur:5px Blurred bg image

You can write slides in Markdown

Each slide should be separated with a ---


Lists

bg vertical right:50%

bg

  1. gfg
  2. gdfg
  3. gdfgfd
  • gfg
  • fgd
  • gdfg

Formatted text

As Kanye West said:

We're living the future so the present is our past.

This is normal text

This is bold text

This is inline code

This is a link


Code blocks

An explanation for the code below:

import os

print(os.getcwd())
import shutil

columns, rows = shutil.get_terminal_size()

A table

aaaaa e D
ee bbb GDFG
ff d cccc

Math

$E = mc^2$ $\frac{1}{2} = \int_{\pi}^{42} x^2 dx$


Images

![RC](IMAGELINK LOCAL OR ONLINE)

Add margins to qrcode!


h1

h2

h3

h4

Normal Text


Colored Text

Gray Yellow Red


Links

Marpit example repo


Colums

Column 1 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas hendrerit mattis lobortis. In consequat volutpat enim, non maximus massa pulvinar vel..

Column 2 Random Link Donec semper ultricies fermentum. Curabitur accumsan, nibh interdum tristique rutrum, felis felis fringilla urna


End