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
---
source: src/render.rs
expression: lines
---
[
    Line::from_iter([
        Span::from("Hello ").fg(Color::Rgb(212, 212, 212)),
        Span::from("world").fg(Color::Rgb(128, 128, 128)),
    ]),
]