mkdr 0.4.0

TUI markdown renderer with paging, search, theming, and multi-file support
1
2
3
4
5
6
7
---
source: src/render.rs
expression: lines
---
[
    Line::from(Span::from("<div>hello</div>").fg(Color::Rgb(206, 145, 120)).bg(Color::Rgb(45, 45, 45))),
]