panache-parser 0.5.1

Lossless CST parser and syntax wrappers for Pandoc markdown, Quarto, and RMarkdown
Documentation
---
title: Example Lists Test
---

## Basic Example Lists

(@) My first example will be numbered (1).
(@) My second example will be numbered (2).

Explanation of examples.

(@) My third example will be numbered (3).

## Labeled Example Lists

(@good) This is a good example.
(@bad) This is a bad example.

As (@good) illustrates, labels can be referenced.

## Mixed Labeled and Unlabeled

(@) Unlabeled example
(@foo) Labeled example with identifier "foo"
(@) Another unlabeled example

## Examples with Complex Labels

(@my_example) Example with underscore
(@my-example) Example with hyphen
(@example123) Example with numbers

## Example Lists with Content

(@) First example with **bold** text
(@) Second example with `code`
(@) Third example with [a link](https://example.com)

Some explanatory text between examples.

(@) Fourth example continues numbering
(@) Fifth example