ublx 0.1.4

TUI to index once, enrich with metadata, and browse a flat snapshot in a 3-pane layout with multiple modes.
Documentation
1
2
3
4
5
6
7
//! Word-wrap styled markdown flow blocks to a viewport width (display columns).

mod plain;
mod styled;

pub use plain::wrap_quote_block;
pub use styled::{wrap_flow_block, wrap_list_item_lines};