panache 2.32.0

An LSP, formatter, and linter for Pandoc markdown, Quarto, and RMarkdown
# Paragraph Continuation Test

This is a multi-line paragraph that continues
on the second line and even has a third line
with various content.

This paragraph is followed by a blockquote:

> Blockquote content here
> with continuation

Back to a paragraph after the blockquote.

---

## Paragraph Before List

Regular paragraph text here
continues on next line.

- List item one
- List item two

## Paragraph Before Code Block

Some paragraph text that continues
across multiple lines here.

```python
def example():
    pass
```

## Paragraph Before Heading

Multi-line paragraph text
with continuation lines.

### Another Heading

## Nested Context

> This is a paragraph inside a blockquote
> that continues on the next line
> with more content.
>
> Second paragraph in blockquote
> also continues.

- List item with paragraph
  
  Indented paragraph in list item
  continues here.
  
- Another list item

## Hard Line Breaks

Paragraph with hard break\
continues here after backslash.

Paragraph with trailing spaces  
continues here after two spaces.

## End of Document

Final paragraph continues
to the very end of the file.