MARP
August 8, 2017The text format is based on GitHub Flavored Markdown. Marp uses the horizontal ruler to create multi-page slides. A — between empty lines splits the presentation into slides.
Features
Marp is the simplest presentation writer with Markdown.- Create slides with Markdown
- Cross-platform
- Live preview with 3 modes
- Theme supports (Default & Gaia theme)
- Supports rendering emoji, math, and background image.
- Export slides as PDF!
Getting Started
npm install
npm start
Go to https://github.com/yhatt/marp/releases and Unpack *.*.*-Marp-linux-[arch].tar.gz
and run Marp
.
How To Use Marp
- First Step: For different slides use --- this take you to next slide.
# First page The page number `1` is not shown. --- <!-- page_number: true --> # Second page The page number `2` is shown!
- Additional Features:
To add a image in background use -
To simply add a image-
To use ==
for ==highlighting blue==
==This is highlight markup.==
Use $L^2$ to write Lsqaure
To get ∫∣f(x)∣2dx<+∞ as output use following:
$\int\vert f(x)\vert^2 dx<+\infty$
For a example view:
https://abhinavhanda23.gdy.club/FEM.pdf
OR
https://github.com/yhatt/marp/blob/master/examples/gaia.md