summaryrefslogtreecommitdiff
path: root/macros/generic/markdown/examples
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-03-01 03:01:38 +0000
committerNorbert Preining <norbert@preining.info>2023-03-01 03:01:38 +0000
commit37485ae5d642200a29ffc623bae1150d9e8e7978 (patch)
tree711eb1139a9dd74d28d39cad529dbab0371c13c9 /macros/generic/markdown/examples
parented106ad4cb2e3cb0269bdc9f721ff75df77532cf (diff)
CTAN sync 202303010301
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}
---