summaryrefslogtreecommitdiff
path: root/macros/generic/markdown/examples
diff options
context:
space:
mode:
Diffstat (limited to 'macros/generic/markdown/examples')
-rw-r--r--macros/generic/markdown/examples/context-mkii.tex1
-rw-r--r--macros/generic/markdown/examples/context-mkiv.tex1
-rw-r--r--macros/generic/markdown/examples/latex.tex1
3 files changed, 3 insertions, 0 deletions
diff --git a/macros/generic/markdown/examples/context-mkii.tex b/macros/generic/markdown/examples/context-mkii.tex
index f5eed3d8d0..fcd6784eaf 100644
--- a/macros/generic/markdown/examples/context-mkii.tex
+++ b/macros/generic/markdown/examples/context-mkii.tex
@@ -26,6 +26,7 @@
superscripts = yes,
tableCaptions = yes,
taskLists = yes,
+ texMathDollars = yes,
]
% Set renderers of the Markdown module.
diff --git a/macros/generic/markdown/examples/context-mkiv.tex b/macros/generic/markdown/examples/context-mkiv.tex
index 29c1aa552b..a4b9fd9472 100644
--- a/macros/generic/markdown/examples/context-mkiv.tex
+++ b/macros/generic/markdown/examples/context-mkiv.tex
@@ -26,6 +26,7 @@
superscripts = yes,
tableCaptions = yes,
taskLists = yes,
+ texMathDollars = yes,
]
% Set renderers of the Markdown module.
diff --git a/macros/generic/markdown/examples/latex.tex b/macros/generic/markdown/examples/latex.tex
index a37b9049e2..fc7d6a0a2a 100644
--- a/macros/generic/markdown/examples/latex.tex
+++ b/macros/generic/markdown/examples/latex.tex
@@ -34,6 +34,7 @@
superscripts,
tableCaptions,
taskLists,
+ texMathDollars,
]{markdown}
\begin{markdown*}{hybrid}
---