mlux 1.7.0

A rich Markdown viewer for modern terminals
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod build;
mod markup;
mod markup_html;
mod markup_util;
mod render;
mod world;

pub use build::{BuildParams, build_and_dump, build_tiled_document};
pub use markup::{SourceMap, extract_image_paths, markdown_to_typst};
pub use render::{compile_document, dump_document, render_frame_to_png};
pub use world::{FontCache, MluxWorld};