panache 2.32.0

An LSP, formatter, and linter for Pandoc markdown, Quarto, and RMarkdown
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.