-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
bugIssue reports a bugIssue reports a bug
Description
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$
Related links
- https://zensical.org/docs/authoring/math/
- https://zensical.org/docs/authoring/code-blocks#code-annotations
Reproduction
Steps to reproduce
- Unzip
uv syncuv run zensical serve- Look at "Get started" page
Browser
No response
Before submitting
- I have read and followed the bug reporting guidelines.
- I have attached links to the documentation, and possibly related issues.
- I assure that I have removed all customizations before submitting this bug report.
- I have attached a .zip file with a minimal reproduction.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue reports a bugIssue reports a bug
