Skip to content

Commit 1dc9d5e

Browse files
committed
use png for mermaid on kindle epub
1 parent cc3833c commit 1dc9d5e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pretext/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
VERSION = get_version("pretext", Path(__file__).parent.parent)
2020

2121

22-
CORE_COMMIT = "d95a31b8ed95f8152b8fe66ddf8754f62ad65e24"
22+
CORE_COMMIT = "ee1a38ac87338458c84a5a662c5bbbf57b4b1ede"
2323

2424

2525
def activate() -> None:

pretext/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
"latex-image": ["png"],
226226
"sageplot": ["png"],
227227
"prefigure": ["png"],
228-
"mermaid": ["svg"],
228+
"mermaid": ["png"],
229229
},
230230
"braille": {
231231
"asymptote": ["all"],

0 commit comments

Comments
 (0)