§Marp
§Install using Git
If you are a git user, you can install the theme and keep up to date by cloning the repo:
git clone https://github.com/dracula/marp.git
§Install manually
Download using the GitHub .zip download option and unzip them.
§Activating theme
- Add the Dracula.cssfile located in the Dracula directory to your marp project.
- Once added it can be referenced from a marp source file by adding theme: draculato the header.
- When using the marp-cli you must specify the theme you are using, to do so add --theme dracula.cssto your command.
§Example:
marp --theme ./dracula/dracula.css  ./dracula/slides.md -o Dracula-1.0.0.pdf
