markdown_it/examples/ferris/
block_rule.rs

1//! Replaces `(\/)-------(\/)` with a nice picture.
2//!
3//! ```rust
4//! # const IGNORE : &str = stringify! {
5#![doc=include_str!("../../../examples/ferris/block_rule.rs")]
6//! # };
7//! ```