3 个版本 (重大变更)
0.3.0 | 2020年6月29日 |
---|---|
0.2.0 | 2020年6月19日 |
0.1.0 | 2020年6月19日 |
#70 在 #markdown-html
11KB
60 行
mdconv - 一个简单的命令行 Markdown 转 HTML 转换器
安装
预构建的二进制文件可在 GitHub 发布标签页 上找到。
# install
$ cargo install mdconv
# upgrade
$ cargo install --force mdconv
# clone, build and install
$ git clone https://github.com/groow-dev/mdconv.git
$ cd mdconv
$ cargo install --path .
使用
# using stdin and stdout
$ mdconv
# stdin to output file
$ mdconv -o output.html
# input file to stdout
$ mdconv -i input.md
# input file to output file
$ mdconv -i input.md -o output.html
许可协议
许可协议为以下之一
- Apache 许可证2.0版(LICENSE-APACHE 或 http://www.apache.org/licenses/LICENSE-2.0)
- MIT 许可证(LICENSE-MIT 或 http://opensource.org/licenses/MIT)
任选其一。
贡献
除非您明确声明,否则任何有意提交以包含在您的工作中的贡献,根据 Apache-2.0 许可证定义,应按上述方式双许可,不得附加任何额外条款或条件。
依赖项
~1.5MB
~27K SLoC