文件名称:handlebars-markdown-helper:防锈车把的帮手,提供降价解析器
文件大小:52KB
文件格式:ZIP
更新时间:2024-05-19 12:26:54
Rust
把手Markdown助手 可为任何文件类型提供简单的模板。 此板条箱提供了一个帮助器,用于将包含markdown的变量呈现到temlpate中HTML中。 例子 extern crate handlebars_markdown_helper; use handlebars_markdown_helper; let mut handlebars = Handlebars :: new (); handlebars. register_helper ( "markdown" , Box :: new (handlebars_markdown_helper :: markdown_helper)); handlebars. register_template ( "t0" , "{{markdown x}}" ); let mut m :BTreeMap < String>
【文件预览】:
handlebars-markdown-helper-master
----Cargo.toml(424B)
----Cargo.jpg(57KB)
----src()
--------lib.rs(2KB)
----.travis.yml(129B)
----LICENSE(1KB)
----README.md(998B)
----.gitignore(18B)