markdown-composer 0.3.0

A library for composing markdown documents.
Documentation
1
2
3
4
5
//! This provide provides certain markdown feature extensions to the crate that
//! can be enabled through crate features.

#[cfg(feature = "extension-github")]
pub mod github;