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 13ce98fd60..77809fa16b 100644
--- a/macros/generic/markdown/examples/context-mkii.tex
+++ b/macros/generic/markdown/examples/context-mkii.tex
@@ -10,6 +10,7 @@
\setupmarkdown
[
hashEnumerators = yes,
+ debugExtensions = yes,
definitionLists = yes,
smartEllipses = yes,
footnotes = yes,
diff --git a/macros/generic/markdown/examples/context-mkiv.tex b/macros/generic/markdown/examples/context-mkiv.tex
index 415cf2a4dd..8849e7bd66 100644
--- a/macros/generic/markdown/examples/context-mkiv.tex
+++ b/macros/generic/markdown/examples/context-mkiv.tex
@@ -10,6 +10,7 @@
\setupmarkdown
[
hashEnumerators = yes,
+ debugExtensions = yes,
definitionLists = yes,
smartEllipses = yes,
footnotes = yes,
diff --git a/macros/generic/markdown/examples/latex.tex b/macros/generic/markdown/examples/latex.tex
index cb2bce39b8..2403caf1e9 100644
--- a/macros/generic/markdown/examples/latex.tex
+++ b/macros/generic/markdown/examples/latex.tex
@@ -17,6 +17,7 @@
\usepackage{booktabs}
\usepackage[
hashEnumerators,
+ debugExtensions,
definitionLists,
footnotes,
inlineFootnotes,