Skip to content

Commit

Permalink
add example for markdown escaping in math envs (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhils committed Dec 1, 2023
1 parent 706bf4c commit 08444c6
Show file tree
Hide file tree
Showing 4 changed files with 190 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/test_snapshot.py
Expand Up @@ -145,6 +145,7 @@ def outfile(self, format: str) -> Path:
min_version=(3, 12),
),
Snapshot("math_demo", render_options={"math": True}),
Snapshot("math_misc", render_options={"math": True}),
Snapshot("mermaid_demo", render_options={"mermaid": True}, min_version=(3, 9)),
Snapshot(
"render_options",
Expand Down

0 comments on commit 08444c6

Please sign in to comment.