mkdr 0.5.3

TUI markdown renderer with paging, search, theming, and multi-file support
1
2
3
4
5
6
7
8
9
10
# TODO

All originally planned features have been implemented.

## Future ideas

- **`clap_complete` as optional dependency** — only used for `--completions`; gate behind a Cargo feature flag
- **Integration tests for navigation** — add tests for keyboard/mode logic (requires mock terminal or extracted state machine)
- **Configurable horizontal rule width** — use terminal width instead of fixed 80 columns
- **Blockquote colour theming** — expose quote-depth colours in the theme file instead of hardcoded palette