markdown_it/examples/ferris/
mod.rs

1#![doc=include_str!("../../../examples/ferris/README.md")]
2//!
3//! ### Implementation
4//!
5//! See [core_rule], [block_rule] and [inline_rule] below for implementations.
6//!
7//! ```rust
8//! # const IGNORE : &str = stringify! {
9#![doc=include_str!("../../../examples/ferris/main.rs")]
10//! # };
11//! ```
12
13pub mod block_rule;
14pub mod core_rule;
15pub mod inline_rule;