diff options
Diffstat (limited to 'test/command')
-rw-r--r-- | test/command/literal-tag.md | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/command/literal-tag.md b/test/command/literal-tag.md deleted file mode 100644 index 4bbefab7c..000000000 --- a/test/command/literal-tag.md +++ /dev/null @@ -1,10 +0,0 @@ -``` -% pandoc -t native -s ---- -hi: !!literal '*ook*' -there: '*ook*' -... -^D -Pandoc (Meta {unMeta = fromList [("hi",MetaString "*ook*"),("there",MetaInlines [Emph [Str "ook"]])]}) -[] -``` |