mdcat icon indicating copy to clipboard operation
mdcat copied to clipboard

cat for markdown

Results 12 mdcat issues
Sort by recently updated
recently updated
newest added

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....

bug
help wanted

Need a good library to render tables to TTY?

enhancement
help wanted

## 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.

enhancement
help wanted

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...

enhancement
help wanted