summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/markdown/examples/latex.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/markdown/examples/latex.tex')
-rw-r--r--Master/texmf-dist/doc/latex/markdown/examples/latex.tex5
1 files changed, 4 insertions, 1 deletions
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