diff options
Diffstat (limited to 'Master/texmf-dist/doc/context')
-rw-r--r-- | Master/texmf-dist/doc/context/third/markdown/examples/context.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/context/third/markdown/examples/example.md | 10 |
2 files changed, 12 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/context/third/markdown/examples/context.tex b/Master/texmf-dist/doc/context/third/markdown/examples/context.tex index 99c4eb9e5f2..7ed432344ac 100644 --- a/Master/texmf-dist/doc/context/third/markdown/examples/context.tex +++ b/Master/texmf-dist/doc/context/third/markdown/examples/context.tex @@ -10,6 +10,8 @@ \def\markdownOptionInlineFootnotes{true} \def\markdownOptionFencedCode{true} \def\markdownOptionContentBlocks{true} +\def\markdownOptionPipeTables{true} +\def\markdownOptionTableCaptions{true} \definetyping [latex] \setuptyping [latex] [option=TEX] \starttext diff --git a/Master/texmf-dist/doc/context/third/markdown/examples/example.md b/Master/texmf-dist/doc/context/third/markdown/examples/example.md index 73f5ab9c26a..8aeb423a204 100644 --- a/Master/texmf-dist/doc/context/third/markdown/examples/example.md +++ b/Master/texmf-dist/doc/context/third/markdown/examples/example.md @@ -28,6 +28,16 @@ This is a fenced code block: \end{document} ``` +This is a table: + +| Right | Left | Default | Center | +|------:|:-----|---------|:------:| +| 12 | 12 | 12 | 12 | +| 123 | 123 | 123 | 123 | +| 1 | 1 | 1 | 1 | + + : Demonstration of pipe table syntax. + This is a bullet list: * The first item of a bullet list |