panache-parser 0.5.1

Lossless CST parser and syntax wrappers for Pandoc markdown, Quarto, and RMarkdown
Documentation
# Reference Images

Explicit reference: ![alt text][img1] in paragraph.

Implicit reference: ![Logo][] shows brand.

Shortcut reference: ![Icon] works too.

Multiple images: ![first][i1] and ![second][i2] together.

Unresolved: ![missing][nonexistent] stays as-is.

Case insensitive: ![ALT][myimg] matches lowercase definition.

Complex alt: ![**bold** and `code`][img1] with formatting.

[img1]: /path/to/image.png "Image Title"
[logo]: /logo.svg
[Icon]: /icon.png
[i1]: /img1.jpg
[i2]: /img2.jpg
[myimg]: /matched.png