summaryrefslogtreecommitdiff
path: root/macros/generic/markdown/tests/templates/latex/verbatim.tex.m4
blob: 737d49def7d23744cf68aabca2afc4b18c3ba3b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
\documentclass{minimal}
\csname UseRawInputEncoding\endcsname
% Load the package.
\usepackage{markdown}
% Load the support files.
\input setup\relax
\usepackage{catchfile}
\CatchFileDef{\LATEXOPTIONS}{latex-setup}\relax
\expandafter\markdownSetup\expandafter{\LATEXOPTIONS}
% Load the test-specific setup.
\input TEST_SETUP_FILENAME\relax
\begin{document}
% Perform the test.
\begin{markdown}
undivert(TEST_INPUT_FILENAME)dnl
\end{markdown}
\end{document}