From f86ac89383110f2755a53d49dc508da873bcaf0a Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 21 Jan 2019 20:54:12 -0800 Subject: HTML and markdown: treat textarea as a verbatim environment. We don't want to parse its contents as Markdown or HTML. Closes #5241. --- test/command/5241.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 test/command/5241.md (limited to 'test') diff --git a/test/command/5241.md b/test/command/5241.md new file mode 100644 index 000000000..c008b534f --- /dev/null +++ b/test/command/5241.md @@ -0,0 +1,12 @@ +``` +% pandoc -f markdown -t html5 + +^D + +``` -- cgit v1.2.3