summaryrefslogtreecommitdiff
path: root/macros/generic/markdown/examples/context.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-01-31 03:01:42 +0000
committerNorbert Preining <norbert@preining.info>2022-01-31 03:01:42 +0000
commitbf3e5a0ef8f4536286b8606775c8d34fd9840b18 (patch)
tree6cd7f3919b0ae4fa43995c3fd721346e2eb03c7e /macros/generic/markdown/examples/context.tex
parent7ee4987532f1c1d25e5a2683ae21b7c298d103b5 (diff)
CTAN sync 202201310301
Diffstat (limited to 'macros/generic/markdown/examples/context.tex')
-rw-r--r--macros/generic/markdown/examples/context.tex37
1 files changed, 0 insertions, 37 deletions
diff --git a/macros/generic/markdown/examples/context.tex b/macros/generic/markdown/examples/context.tex
deleted file mode 100644
index 85815149d1..0000000000
--- a/macros/generic/markdown/examples/context.tex
+++ /dev/null
@@ -1,37 +0,0 @@
-\enableregime[utf]
-\usetypescript[modern][ec]
-\setupbodyfont[10pt,rm]
-\setupexternalfigures[location={local,global,default}]
-\usemodule[t][markdown]
-\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}
-\definetyping [latex]
-\setuptyping [latex] [option=TEX]
-\starttext
-% Typeset the document `example.md` by letting the Markdown package handle
-% the conversion internally.
-\markdownInput{./example.md}
-
-% Typeset the document `example.tex` that we prepared separately using the
-% Lua command-line interface and that contains a plain TeX representation
-% of the document `example.md`.
-\doiffileelse{./example.tex}{\input example}{}
-
-\startmarkdown
-Here are some non-ASCII characters: *ěščřžýáíé*
-and ConTeXt special characters: *|*.
-
-Here is a hard line break that we inserted directly from the TeX source
-by typing two spaces at the end of a line.
-This is stretching TeX's abilities and is only supported in ConTeXt MkIV
-and later.
-\stopmarkdown
-\stoptext