mdcat-ng 0.2.1

cat for markdown: show markdown documents in terminals
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
---
source: src/lib.rs
assertion_line: 332
expression: "render_string_dumb(\"\n# First\n\n## Second\n\n### Third\").unwrap()"
snapshot_kind: text
---
First
════════════════════════════════════════════════════════════════════════════════

Second
────────────────────────────────────────────────────────────────────────────────

Third