summaryrefslogtreecommitdiff
path: root/macros/generic/markdown/examples/context-mkii.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-11-01 03:01:47 +0000
committerNorbert Preining <norbert@preining.info>2022-11-01 03:01:47 +0000
commit7ad25021e74ea26e33d705fbb402d29aabaf6314 (patch)
tree56c2d0c14fba2ebe57cb45ad1a2eff04f901378d /macros/generic/markdown/examples/context-mkii.tex
parentc7892fe1a11367872de6f3ee0fa074b39824e59c (diff)
CTAN sync 202211010301
Diffstat (limited to 'macros/generic/markdown/examples/context-mkii.tex')
-rw-r--r--macros/generic/markdown/examples/context-mkii.tex19
1 files changed, 10 insertions, 9 deletions
diff --git a/macros/generic/markdown/examples/context-mkii.tex b/macros/generic/markdown/examples/context-mkii.tex
index 77809fa16b..b2c48ac00a 100644
--- a/macros/generic/markdown/examples/context-mkii.tex
+++ b/macros/generic/markdown/examples/context-mkii.tex
@@ -9,21 +9,22 @@
% Set options of the Markdown module.
\setupmarkdown
[
- hashEnumerators = yes,
+ contentBlocks = yes,
debugExtensions = yes,
definitionLists = yes,
- smartEllipses = yes,
- footnotes = yes,
- inlineFootnotes = yes,
+ fancy_lists = yes,
fencedCode = yes,
- contentBlocks = yes,
+ hashEnumerators = yes,
+ inlineNotes = yes,
+ notes = yes,
pipeTables = yes,
+ rawAttribute = yes,
+ smartEllipses = yes,
+ strikethrough = yes,
+ subscripts = yes,
+ superscripts = yes,
tableCaptions = yes,
taskLists = yes,
- strikeThrough = yes,
- superscripts = yes,
- subscripts = yes,
- fancyLists = yes,
]
% Set renderers of the Markdown module.