pulldown-cmark-mdcat 2.9.1

Render pulldown-cmark events to TTY
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
An inline ![image](./image.png).

An inline [![image](./image.png)](https://example.com) with a link.

An inline [linked ![image](./image.png)](https://example.com) with some extra text.

An inline [**linked ![image](./image.png)**](https://example.com) with nested formatting.

An inline ![image with a nested ![image](./image.png) and *markups* in description](./image.png).

Or as block:

![image](./image.png)