ratatui-markdown 0.1.0

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 constants;
#[cfg(feature = "markdown")]
pub mod markdown;
#[cfg(feature = "preview")]
pub mod preview;
#[cfg(feature = "scroll")]
pub mod scroll;
pub mod theme;
#[cfg(feature = "tree")]
pub mod tree;

pub use theme::RichTextTheme;