markdown-it-rs 0.6.2

Rust port of popular markdown-it.js library. Forked from markdown-it-rust/markdown-it
Documentation
1
2
3
4
5
6
7
//! Counts the number of crabs lurking around.
//!
//! ```rust
//! # const IGNORE : &str = stringify! {
#![doc=include_str!("../../../examples/ferris/core_rule.rs")]
//! # };
//! ```