3 个版本
0.1.2 | 2020 年 10 月 14 日 |
---|---|
0.1.1 | 2020 年 10 月 12 日 |
0.1.0 | 2020 年 10 月 12 日 |
65 在 #markdown-html
每月 22 次下载
550KB
60 代码行
md2html
CLI 工具,可以将 markdown 文件转换为史上最漂亮的 HTML。
安装
cargo install md2html
用法
生成默认样式的 output.html 文件,并在浏览器中打开它。
md2html input_file.md
使用 screen
样式从 markdown 文件 sample.md
生成 html 文件 docs/samples/screen.html
md2html sample.md --css screen -f docs/samples/screen.html
可用样式
依赖
~3MB
~60K SLoC