From 0edc084c5064694544e32e24006d5b7e90d637a7 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 17 Feb 2020 15:58:21 -0800 Subject: 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. --- test/command/literal-tag.md | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 test/command/literal-tag.md (limited to 'test/command') 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"]])]}) -[] -``` -- cgit v1.2.3