mdoc 0.3.0

Modern PDF creation through Markdown and LaTeX
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#[macro_use]
pub mod log;

pub mod bib;
pub mod config;
pub mod document;
pub mod error;
pub(crate) mod pandoc;
pub mod utils;

#[doc(inline)]
pub use document::DocumentBuilder;
#[doc(inline)]
pub use document::{Chapter, Document};

pub const CONFIG_FILE: &str = "mdoc.toml";