/// Use the custom markdown highlighting based on parsing contents to wrap texts.
/// But still can fall back to syntect's highlights without text wrapping.
/// markdown headings
/// A continuous region that may be across lines.
/// cached and styled lines that are wrapped and incompletely highlighted
/// A rendering widget that contains
/// * a scrollable markdown area with texts wrapped
/// * a scrollable, auto-updated and clickable heading area
pub use ;