This page looks best with JavaScript enabled

Building Markdown Based Powerpoint Presentations with Remark.JS

 ·   ·  ☕ 1 min read

Remark is a tool that lets you build Markdown based Slideshow presentations that you can run in any web browser. It’s a pretty neat tool and ridiculously easy to use! In this video we’ll take a look at picking up Remark and building a very basic presentation and learning a few important tricks to help style the presentation and present it (like viewing notes). If you’re looking for a way to use text/code to create a presentation this might be a handy tool to try out!

A two page Remark.JS presentation might look something like this:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
# This Is The First Slide

---

# This Is The Second Slide

This is some content

1. You can
2. Include
3. Lists

A sample Remark presentation demo is available at: https://remarkjs.com/

You can checkout Remark, how to get started and also take a peek at the code that powers it on GitHub: https://github.com/gnab/remark

The World of Zero Discord channel is a fun place to discuss your projects, ask questions and connect with other developers: https://discord.gg/hU5Kq2u


Sam Wronski
WRITTEN BY
Sam Wronski
Maker of things and professional software engineer. Lets make something awesome together!