panache-parser 0.5.1

Lossless CST parser and syntax wrappers for Pandoc markdown, Quarto, and RMarkdown
Documentation
1
2
3
4
5
6
7
8
9
10
11
This is a simple paragraph with **bold** and *italic* text.

A paragraph with a [link](https://example.com) and `code`.

Multi-line paragraph
with continuation
on multiple lines.

Paragraph with **nested *emphasis* inside** bold.

Paragraph with escaped \* and \_ characters.