Easily create PDFs modern presentation media using Markdown syntax thanks to the ready-to-use and modern blavad theme for marp.
- Create a folder for your presentation. Let's call it
teaching
. - Create a markdown file in this folder. Let's call it
teaching/statistics.md
. This file is your presentation.
-
In your presentation folder, clone marp-blavad-theme.
cd teachings git clone git@github.com:blavad/marp-blavad-theme.git
-
In Visual Studio Code, install
Marp for VS Code
extension. -
Open Marp settings
-
Enable HTML in Marp settings
-
Add path to
blavad.css
theme in Marp settings.If you followed the previous steps, add
./marp-blavad-theme/blavad.css
In order to work faster, we recommand to use Snippets. Get snippets for blavad
theme as follow.
- Open the file
marp-blavad-theme/snippets.json
- In VS Code, open command tab
Ctrl
+Maj
+P
then openSnippets: Configure User Snippets
- Open
markdown.json
and copie / pasteblavad
snippets - You are now ready to use snippets and easily create your slides
To see how to use the blavad
theme, please refer to the following documents. It is worth comparing the description of the slides in Markdown with the PDF result.