将 Markdown 转换为 HTML。
命令行参数:mdToHTML.exe [options] file
选项 | 含义 |
---|---|
-h |
查看帮助信息 |
-o [file] |
指定输出文件名 |
-p |
在终端输出 |
- g++, make
- python 3, pyinstaller
git clone https://github.com/GWDx/Markdown-Interpreter.git
cd Markdown-Interpreter
mkdir bin
make
git clone https://github.com/GWDx/Markdown-Interpreter.git
cd Markdown-Interpreter
mkdir bin
cd src
make