1个不稳定版本
0.0.0 | 2024年7月24日 |
---|
#20 in #markdown-text
148 每月下载次数
9KB
249 行
Markdown to text
维护的分支来自 https://github.com/fbecart/markdown_to_text
这个Rust库将Markdown转换为纯文本。
用法
添加到您的 Cargo.toml
[dependencies]
md_to_text = '0.0.0'
let markdown: String = [...];
let plain_text: String = md_to_text::convert(&markdown);
依赖项
~1.5MB
~23K SLoC