From 3880a23de9004748319bdf3ecced676d6e5b2ea0 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 17 Mar 2019 18:08:57 -0700 Subject: Properly escape attributes in Markdown writer. Closes #5369. --- test/command/5369.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/command/5369.md (limited to 'test/command') diff --git a/test/command/5369.md b/test/command/5369.md new file mode 100644 index 000000000..2f3305c33 --- /dev/null +++ b/test/command/5369.md @@ -0,0 +1,7 @@ +``` +% pandoc -f native -t markdown +[Div ("",[],[("tags","[\"o\\ne\",\"two\"]")]) [] ] +^D +::: {tags="[\"o\\ne\",\"two\"]"} +::: +``` -- cgit v1.2.3