mds-rs 0.1.8

Markdown to static HTML slideshow generator.
1
2
3
pub const HTML_HEADER: &str = include_str!("header_part1.html");
pub const CSS: &str = include_str!("style.css");
pub const JS: &str = include_str!("script.js");