Context
Equations inside markdown pages.
Bug description
I have a .md with some equations. All of them are properly rendered, but those inside code annotations are not.
For example:
$a = b^2$
```pycon
>>> x = 3 ** 2#(1)!
```
{ .annotate }
1. $x = 3^2$
Is rendered like so:

Related links
Reproduction
reproduction.zip
Steps to reproduce
- Unzip
uv sync
uv run zensical serve
- Look at "Get started" page
Browser
No response
Before submitting
Context
Equations inside markdown pages.
Bug description
I have a .md with some equations. All of them are properly rendered, but those inside code annotations are not.
For example:
$a = b^2$ ```pycon >>> x = 3 ** 2#(1)! ``` { .annotate } 1. $x = 3^2$Is rendered like so:

Related links
Reproduction
reproduction.zip
Steps to reproduce
uv syncuv run zensical serveBrowser
No response
Before submitting