mlux 2.4.0

A rich Markdown viewer for modern terminals
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
mod content_index;
mod diagram;
mod image;
mod markup;
mod markup_html;
mod markup_util;
mod typst;
mod world;

pub use content_index::{
    BlockMapping, BoundIndex, ContentIndex, MdPosition, SpanKind, TextSpan, rendered_to_source_byte,
};
pub use diagram::{diagram_key, extract_diagrams, render_diagrams};
pub use image::{ImageError, LoadedImages, load_images};
pub use markup::{Prescan, markdown_to_typst, prescan};
pub use typst::{compile_document, dump_document};
pub use world::{FontCache, MluxWorld};