reveal-md is an open source project based on Reveal.js. It can convert
Markdown documents into beautiful slides PPT (based on web pages). You only need to add it in the pagination of the .md document
What is Reveal.js
Reveal.js is an HTML presentation framework that allows you to create presentations that can be used in a browser without the need for Microsoft’s PowerPoint software itself. Browsing is also done directly in the browser.
Key features include vertical slides, Markdown, automatic animation, PDF export, speaker notes, LaTeX support, and syntax highlighted code.
reveal-md
reveal-md is a tool that can directly convert Markdown into presentations and host them.
You only need to prepare a .md file and add it where you need pagination:
123 | blank–blank |
Then run reveal-md and open it in the browser.
Install and run reveal-md
reveal-md is available on GitHub . Install it using NodeJS:
1 | npm install -g reveal-md |
Then run:
1 | reveal-md slides.md |
If it is Docker, you only need one sentence:
1 | docker run --rm -p 1948:1948 -v <path-to-your-slides>:/slides webpronl/reveal-md:latest |
You can open ip:1948 in the browser to view this demonstration document. However, since Docker images are difficult to obtain at present, the most barrier-free Docker one-click method seems to have returned to being only for geeks 😂
Qing Xiaowa found reveal-md in the “Practical Skills Collection” series of supplementary course websites , so I will not provide a demonstration, but go directly to watch the course:
- lec3: Markdown syntax and application
The source code (.md file) of this course is on GitHub . You can refer to how others use reveal-md.
There really is a feeling that Markdown can save everything😂