markdown-tui-explorer 1.34.50

A terminal-based markdown file browser and viewer with search, syntax highlighting, and live reload
1
2
3
4
5
6
7
//! HTML export for markdown files.
//!
//! Provides [`html::render_to_html`], which converts a markdown string to a
//! self-contained HTML document suitable for sharing without any external
//! CSS/JS dependencies.

pub mod html;