This template uses the uncover theme.
uncover
To use, copy this file and start writing. Run npm run build to see the finished deck or you can head over to the online editor.
npm run build
There's even a VS Code extension for Marp which allows you to preview your slides within VS Code.
Here is a bulleted list
Here is a numbered list
const sayHello = (name) => { return `Hello, ${name}!`; };
Woohoo! You can change the color of a particular slide
Sometimes it's good to have some notes in handy
Read the Marp documentation to learn more.
Add your presenter notes here
Presenter notes are written as HTML comments We bet these comments will help your presentation...