markdown 语法
-
字体颜色
<font color=red>我是红色字体</font>
markdown ppt
reveal.js
https://github.com/hakimel/reveal.js
分基本安装和完整安装, 我们采用完整安装, 可以支持mardown
-
Install Node.js (4.0.0 or later)
-
Clone the reveal.js repository
$ git clone https://github.com/hakimel/reveal.js.git
-
Navigate to the reveal.js folder`
$ cd reveal.js
-
Install dependencies
$ npm install
-
Serve the presentation and monitor source files for changes
$ npm start
-
Open http://localhost:8000 to view your presentation
You can change the port by using npm start – –port=8001.