summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/context/third/markdown/examples/context-mkiv.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/context/third/markdown/examples/context-mkiv.tex')
-rw-r--r--Master/texmf-dist/doc/context/third/markdown/examples/context-mkiv.tex6
1 files changed, 6 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/context/third/markdown/examples/context-mkiv.tex b/Master/texmf-dist/doc/context/third/markdown/examples/context-mkiv.tex
index a4b9fd9472f..9d485820cfb 100644
--- a/Master/texmf-dist/doc/context/third/markdown/examples/context-mkiv.tex
+++ b/Master/texmf-dist/doc/context/third/markdown/examples/context-mkiv.tex
@@ -4,6 +4,10 @@
\setupexternalfigures[location={local,global,default}]
% Load the Markdown module.
+\startluacode
+local kpse = require("kpse")
+kpse.set_program_name("luatex")
+\stopluacode
\usemodule[t][markdown]
% Set options of the Markdown module.
@@ -27,6 +31,8 @@
tableCaptions = yes,
taskLists = yes,
texMathDollars = yes,
+ texMathDoubleBackslash = yes,
+ texMathSingleBackslash = yes,
]
% Set renderers of the Markdown module.