读取 Markdown 文件并返回解析后的 HTML 文件
作者:SAGAR SAHU
#30 在 #parsed
4KB
此程序需要使用 nightly 版本的 Rust 运行
rustup install nightly
编译并运行此程序,使用以下命令
cargo +nightly run -- test_data/hello.md
或将 nightly 设置为默认的 Rust 版本
rustup override set nightly
cargo run -- test_data/hello.md -w --css foo.css
~3MB ~63K SLoC