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
12
13
14
15
16
17
# Code Spans

Simple code: `code`

With spaces: ` code with spaces `

Multiple backticks: ``code with `backtick` inside``

Code in emphasis: *text with `code` inside*

Adjacent code: `first` and `second` code spans

Escaped backtick outside: \`not code\`

Hard line breaks, which are created either by ending a line with two or more
spaces (`  `) or by using a backslash (`\\n`), are preserved regardless of the
wrapping mode: