summaryrefslogtreecommitdiff
path: root/macros/generic/markdown/tests/templates/context/verbatim.tex.m4
diff options
context:
space:
mode:
Diffstat (limited to 'macros/generic/markdown/tests/templates/context/verbatim.tex.m4')
-rw-r--r--macros/generic/markdown/tests/templates/context/verbatim.tex.m413
1 files changed, 13 insertions, 0 deletions
diff --git a/macros/generic/markdown/tests/templates/context/verbatim.tex.m4 b/macros/generic/markdown/tests/templates/context/verbatim.tex.m4
new file mode 100644
index 0000000000..6d19154972
--- /dev/null
+++ b/macros/generic/markdown/tests/templates/context/verbatim.tex.m4
@@ -0,0 +1,13 @@
+% Load the package.
+\usemodule[t][markdown]
+% Load the support files.
+\input setup\relax
+\input plain-setup\relax
+% Load the test-specific setup.
+\input TEST_SETUP_FILENAME\relax
+% Perform the test.
+\starttext
+ \startmarkdown
+undivert(TEST_INPUT_FILENAME)dnl
+ \stopmarkdown
+\stoptext