GWDx / Markdown-Interpreter

程序设计2 大作业

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Markdown-Interpreter

将 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

About

程序设计2 大作业

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 86.6%Language:Python 11.4%Language:Makefile 2.0%