markdown

markdown 语法

  • 字体颜色

    <font color=red>我是红色字体</font>

markdown ppt

reveal.js

https://github.com/hakimel/reveal.js

安装

分基本安装和完整安装, 我们采用完整安装, 可以支持mardown

  1. Install Node.js (4.0.0 or later)

  2. Clone the reveal.js repository

    $ git clone https://github.com/hakimel/reveal.js.git

  3. Navigate to the reveal.js folder`

    $ cd reveal.js

  4. Install dependencies

    $ npm install

  5. Serve the presentation and monitor source files for changes

    $ npm start

  6. Open http://localhost:8000 to view your presentation

    You can change the port by using npm start – –port=8001.

Marp