mdcat
mdcat copied to clipboard
cat for markdown
Foot supports viewing images using sixel. It would be nice if mdcat was able to print images to the terminal like it does for others.
Use [env_logger](https://docs.rs/env_logger/0.7.1/env_logger/) to log internal errors which we normally discard.
Not quite sure if this is a mdcat bug: if I split the image line into two lines as below, run `mdcat test.md` under kitty will abort as shown below....
## TODO - [ ] Fix links: They wrap improperly! - [ ] Check all tests - [ ] Extract the current line logic into a "wrapper" which yields complete...
Use `textwrap`, perhaps, to wrap all content to the column size of the TTY. Will perhaps be tricky with termion formatting characters.
Consider eg https://crates.io/crates/tree_magic_mini
Any way to change the color output? By default, my html comments are green, which for longer comments makes them quite hard to read in my theme (which might be...