maud-pulldown-cmark
![license-badge](https://img.shields.io/crates/l/maud-pulldown-cmark.svg?style=flat-square)
This library implements an adapter to allow rendering markdown strings inside a maud macro using pulldown-cmark efficiently.
This library requires nightly rust to run the tests as they use the
maud_macros
plugin.
Example
extern crate maud;
extern crate maud_pulldown_cmark;
use Markdown;
extern crate maud;
extern crate maud_pulldown_cmark;
extern crate pulldown_cmark;
use Markdown;
use ;
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be dual licensed as above, without any additional terms or conditions.