ratatui-markdown 0.1.1

Markdown rendering, collapsible JSON/TOML trees, and rich scroll widgets for ratatui
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod box_chars;
pub mod list_prefix;

pub use box_chars::*;
pub use list_prefix::{
    tree_child_prefix, tree_connector, tree_detail_line, tree_header_line, TreeNodeKind,
    ARROW_DOWN, ARROW_LEFT, ARROW_RIGHT, ARROW_SWAP, ARROW_UP, BLOCK_FULL, BOTTOM_MID, BRANCH_END,
    BRANCH_END_SP, BRANCH_MID, BRANCH_MID_SP, BRANCH_VERT_PAD, CORNER_BL, CORNER_BR, CORNER_TL,
    CORNER_TR, CROSS_MID, CURSOR_BLANK, CURSOR_SELECTED, DOT_ALT, DOT_EMPTY, DOT_FILLED, HEAVY_BL,
    HEAVY_BR, HEAVY_TL, HEAVY_TR, HLINE, HLINE_HEAVY, INDENT_VERT, MID_LEFT, MID_RIGHT, ROUNDED_BL,
    ROUNDED_TL, TOP_MID, TRIANGLE_DOWN, TRIANGLE_UP, VLINE, VLINE_HEAVY,
};