markdown-builder 1.0.0

Opinionated Rust crate for programmatically building markdown documents
Documentation
1
2
3
4
5
6
7
8
//! Contains builders for all Markdown content types.
//!
//! The API provided inside this module can be used to declare Markdown files in
//! an imperative style.

pub mod image;
pub mod link;
pub mod list;