summaryrefslogtreecommitdiff
path: root/macros/generic/markdown/examples/context-mkii.tex
diff options
context:
space:
mode:
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.