mdbook-html 0.5.2

mdBook HTML renderer
Documentation
1
2
3
4
5
6
7
8
9
10
//! Theme dependencies for the playground editor.

pub(crate) static JS: &[u8] = include_bytes!("../../front-end/playground_editor/editor.js");
pub(crate) static ACE_JS: &[u8] = include_bytes!("../../front-end/playground_editor/ace.js");
pub(crate) static MODE_RUST_JS: &[u8] =
    include_bytes!("../../front-end/playground_editor/mode-rust.js");
pub(crate) static THEME_DAWN_JS: &[u8] =
    include_bytes!("../../front-end/playground_editor/theme-dawn.js");
pub(crate) static THEME_TOMORROW_NIGHT_JS: &[u8] =
    include_bytes!("../../front-end/playground_editor/theme-tomorrow_night.js");