From b6d364c734eb81b15eae8ff489cf3291cb6ecc9b Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 30 Apr 2019 22:33:13 +0000 Subject: markdown (30apr19) git-svn-id: svn://tug.org/texlive/trunk@50906 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/markdown/examples/example.md | 10 ++++++++++ Master/texmf-dist/doc/latex/markdown/examples/latex.tex | 5 ++++- 2 files changed, 14 insertions(+), 1 deletion(-) (limited to 'Master/texmf-dist/doc/latex/markdown') diff --git a/Master/texmf-dist/doc/latex/markdown/examples/example.md b/Master/texmf-dist/doc/latex/markdown/examples/example.md index 73f5ab9c26a..8aeb423a204 100644 --- a/Master/texmf-dist/doc/latex/markdown/examples/example.md +++ b/Master/texmf-dist/doc/latex/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 diff --git a/Master/texmf-dist/doc/latex/markdown/examples/latex.tex b/Master/texmf-dist/doc/latex/markdown/examples/latex.tex index cb7f4edce9e..07ebe631f99 100644 --- a/Master/texmf-dist/doc/latex/markdown/examples/latex.tex +++ b/Master/texmf-dist/doc/latex/markdown/examples/latex.tex @@ -14,6 +14,7 @@ \usepackage[T1]{fontenc} \usepackage{lmodern} \fi\fi +\usepackage{booktabs} \usepackage[ hashEnumerators, definitionLists, @@ -21,7 +22,9 @@ inlineFootnotes, smartEllipses, fencedCode, - contentBlocks + contentBlocks, + pipeTables, + tableCaptions, ]{markdown} \begin{document} % Typeset the document `example.md` by letting the Markdown package handle -- cgit v1.2.3