将 Markdown 转换为幻灯片
- landslide Generate HTML5 slideshows from markdown, ReST, or textile
 - Marp Marp is the ecosystem to write your presentation with plain Markdown.
 - Pandoc
 - hacker-slides You can write markdown on the left, and preview your presentation on the right.
 
使用 Pandoc 和 Reveal.js 幻灯片演示框架将 Markdown 转换为幻灯片
Pandoc & Reveal.js
- reveal.js release 将文件夹放在同目录
 - 支持GitHub Markdown语法
 - 支持如下主题
- black: Black background, white text, blue links (default theme)
 - white: White background, black text, blue links
 - league: Gray background, white text, blue links (default theme for reveal.js < 3.0.0)
 - beige: Beige background, dark text, brown links
 - sky: Blue background, thin dark text, blue links
 - night: Black background, thick white text, orange links
 - serif: Cappuccino background, gray text, brown links
 - simple: White background, black text, blue links
 - solarized: Cream-colored background, dark green text, blue links
 
 
$ pandoc slides.md -o slides.html -t revealjs -s -V theme=beige