diff options
Diffstat (limited to 'test/command')
-rw-r--r-- | test/command/5904.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/command/5904.md b/test/command/5904.md new file mode 100644 index 000000000..fdc29407d --- /dev/null +++ b/test/command/5904.md @@ -0,0 +1,8 @@ +``` +% pandoc -s -t markdown -H test/B.txt --variable header-includes:foo +Hi +^D +foo + +Hi +``` |