“Pygments Markdown Lexer”

A Markdown lexer for Pygments to highlight Markdown code snippets.

Here’s a short example:

Enables _Pygments_ to handle
[Markdown](https://daringfireball.net/projects/markdown/syntax)
in *Sphinx* **code blocks**.

```
Preformatted, GitHub style!
```

```sh
echo "GitHub style with lexer"
```

See Markdown Syntax Examples for the full range of Markdown syntax elements.

Indices & Tables