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;