aboutsummaryrefslogtreecommitdiff
path: root/test/command/literal-tag.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-02-17 15:58:21 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2020-02-17 15:58:21 -0800
commit0edc084c5064694544e32e24006d5b7e90d637a7 (patch)
tree0d3eb7d231534253ccf0a3bdd1dfc804555b28a5 /test/command/literal-tag.md
parent3493d6afaa6586c46898cf8bdb0c45bb70d31f28 (diff)
downloadpandoc-0edc084c5064694544e32e24006d5b7e90d637a7.tar.gz
Revert "Allow specifying string value in metadata using `!!literal` tag."
This reverts commit 3493d6afaa6586c46898cf8bdb0c45bb70d31f28. This might be worth considering in the future, but let's not do it yet...the additional complexity needs a better justification.
Diffstat (limited to 'test/command/literal-tag.md')
-rw-r--r--test/command/literal-tag.md10
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"]])]})
-[]
-```