pulldown-cmark-mdcat 2.9.0

Render pulldown-cmark events to TTY
Documentation
---
source: pulldown-cmark-mdcat/tests/render.rs
assertion_line: 122
expression: "render_to_string(markdown_file, &dumb_settings)"
input_file: pulldown-cmark-mdcat/tests/markdown/samples/images.md
---
An inline image[1].

An inline image[2][3] with a link.

An inline linked image[4][5] with some extra text.

An inline linked image[6][7] with nested formatting.

An inline image with a nested image[8] and markups in description[9].

Or as block:

image[10]

[1]: ./image.png
[2]: ./image.png
[3]: https://example.com
[4]: ./image.png
[5]: https://example.com
[6]: ./image.png
[7]: https://example.com
[8]: ./image.png
[9]: ./image.png
[10]: ./image.png