mkdr 0.4.0

TUI markdown renderer with paging, search, theming, and multi-file support
1
2
3
4
5
6
7
8
9
10
11
---
source: src/render.rs
expression: lines
---
[
    Line::from_iter([
        Span::from("Use ").fg(Color::Rgb(212, 212, 212)),
        Span::from("code").fg(Color::Rgb(206, 145, 120)).bg(Color::Rgb(45, 45, 45)),
        Span::from(" here").fg(Color::Rgb(212, 212, 212)),
    ]),
]