summaryrefslogtreecommitdiff
path: root/macros/generic/markdown/examples/context-mkii.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-08-27 03:00:50 +0000
committerNorbert Preining <norbert@preining.info>2022-08-27 03:00:50 +0000
commit76bc77ea6eb72458ea19ab7e4803af66865533c7 (patch)
tree7fe3f397fa2a975830c7b1379778b7aa484151d9 /macros/generic/markdown/examples/context-mkii.tex
parent5e668640feb9f07a14456b8e7e413db0b1ec9561 (diff)
CTAN sync 202208270300
Diffstat (limited to 'macros/generic/markdown/examples/context-mkii.tex')
-rw-r--r--macros/generic/markdown/examples/context-mkii.tex29
1 files changed, 18 insertions, 11 deletions
diff --git a/macros/generic/markdown/examples/context-mkii.tex b/macros/generic/markdown/examples/context-mkii.tex
index 19a7fb2931..7a49793ab8 100644
--- a/macros/generic/markdown/examples/context-mkii.tex
+++ b/macros/generic/markdown/examples/context-mkii.tex
@@ -7,16 +7,23 @@
\usemodule[t][markdown]
% Set options of the Markdown module.
-\def\markdownOptionHashEnumerators{true}
-\def\markdownOptionDefinitionLists{true}
-\def\markdownOptionSmartEllipses{true}
-\def\markdownOptionFootnotes{true}
-\def\markdownOptionInlineFootnotes{true}
-\def\markdownOptionFencedCode{true}
-\def\markdownOptionContentBlocks{true}
-\def\markdownOptionPipeTables{true}
-\def\markdownOptionTableCaptions{true}
-\def\markdownOptionTaskLists{true}
+\setupmarkdown
+ [
+ hashEnumerators = yes,
+ definitionLists = yes,
+ smartEllipses = yes,
+ footnotes = yes,
+ inlineFootnotes = yes,
+ fencedCode = yes,
+ contentBlocks = yes,
+ pipeTables = yes,
+ tableCaptions = yes,
+ taskLists = yes,
+ strikeThrough = yes,
+ superscripts = yes,
+ subscripts = yes,
+ fancyLists = yes,
+ ]
% Set renderers of the Markdown module.
\definetyping
@@ -30,7 +37,7 @@
% Typeset the document `example.md` by letting the Markdown package handle
% the conversion internally.
-\markdownInput{./example.md}
+\inputmarkdown{./example.md}
% Typeset the document `example.tex` that we prepared separately using the
% Lua command-line interface and that contains a plain TeX representation