summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/context/third/markdown/examples/context.tex
blob: 5c1caf25de156c2b4d397976a0c3480dee17d6fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
\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}
\definetyping [latex]
\setuptyping  [latex] [option=TEX]
\starttext
  \markdownInput{example.md}
  \startmarkdown
Here are some non-ASCII characters: *ěščřžýáíé*
and ConTeXt special characters: *|*.
  \stopmarkdown
\stoptext