Reveal-md 和 reveal.js + 外部 markdown 的区别
Differences between Reveal-md and reveal.js + external markdown
在寻找一种使用 markdown 来编写演示文稿的方法以快速编写灵活且可自定义的演示文稿时,我发现了 reveal.js some weeks ago. Later on, I discovered reveal-md 虽然我喜欢我在官方文档中阅读的所有内容,但我想知道它们之间的差异在将 reveal.js
与外部降价一起使用和使用 reveal-md
.
之间
据我所知,这两个选项都需要编译才能生成最终的 html 文件,但如果我没记错的话,reveal.js
需要一个准 HTML 文件使用 reveal-md
时的配置不需要这样的文件。但是,由于我对 reveal.js
还很陌生,所以我还不能理解其中的差异以及 reveal-md
比其他方法有什么亮点。
原作者在https://github.com/webpro/reveal-md/issues/217的回答:
I think you're describing the differences quite well. I think the main
advantages of reveal-md is that you only need a Markdown file, and it
starts a simple server so the presentation is available at e.g.
http://localhost:1543 automatically.
Next to this, there are a few gimmicks such as using YAML front matter
for configuration options and Markdown pre-processing.
在寻找一种使用 markdown 来编写演示文稿的方法以快速编写灵活且可自定义的演示文稿时,我发现了 reveal.js some weeks ago. Later on, I discovered reveal-md 虽然我喜欢我在官方文档中阅读的所有内容,但我想知道它们之间的差异在将 reveal.js
与外部降价一起使用和使用 reveal-md
.
据我所知,这两个选项都需要编译才能生成最终的 html 文件,但如果我没记错的话,reveal.js
需要一个准 HTML 文件使用 reveal-md
时的配置不需要这样的文件。但是,由于我对 reveal.js
还很陌生,所以我还不能理解其中的差异以及 reveal-md
比其他方法有什么亮点。
原作者在https://github.com/webpro/reveal-md/issues/217的回答:
I think you're describing the differences quite well. I think the main advantages of reveal-md is that you only need a Markdown file, and it starts a simple server so the presentation is available at e.g. http://localhost:1543 automatically.
Next to this, there are a few gimmicks such as using YAML front matter for configuration options and Markdown pre-processing.