pub const MAX_PREVIEW_CHARS: usize = 100;
pub const CLOSING_PARAGRAPH_TAG: &str = "</p>";
const H1: &str = "<h1>";
const H2: &str = "<h2>";
const H3: &str = "<h3>";
const H4: &str = "<h4>";
const H5: &str = "<h5>";
pub const HTML_HEADERS: & = &;
pub const NEWLINE_CHAR: char = '\n';
pub const SWAY_FILEINE: &str = "sway";