mdcat 2.7.1

cat for markdown: Show markdown documents in terminals
Documentation
# CommonMark

## Markup

`mdcat` supports standard *inline* **markup** and block markup, even with syntax
highlighting for code blocks.

> Don't believe everything you read on the Internet.
>
> —Abraham Lincoln

```rust
fn main() {
    println!("Hello world!");
}
```

## Specials

`mdcat` prints images and hyperlinks:

![Rust](./rust-logo-128x128.png)

Source: [Rust](https://www.rust-lang.org/)

Enjoy ❤️