Nodejs__plugin__MD to HTML

Instructions 

  1. Unzip the plug-in package
  2. md file, put it in the md folder
  3. Terminal run: node md2html.js
  4. The generated html file is automatically stored in the output folder.

Reference steps

Step 1: Put the md file into

Step 2: nodejs running

Step 3: HTML file conversion completed

Reference MD code

File name (demo.md)

# 标题
<font color="black">提示:这是一个段落标题</font>
```
1.内容1
2.内容2
3.内容3
```
---

# 项目列表
- [项目1](https://blog.csdn.net/werdasooooo?type=blog)
- [项目2](https://blog.csdn.net/werdasooooo?type=blog)
- [项目3](https://blog.csdn.net/werdasooooo?type=blog)

---

Guess you like

Origin blog.csdn.net/werdasooooo/article/details/135044679