From 12ae1df5bfa447f94d8a3db24dd890e54bcbcf55 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 6 Apr 2017 11:30:03 +0200 Subject: Allow raw latex commands starting with `\start` in Markdown. Previously these weren't allowed because they were interpreted as starting ConTeXt environments, even without a corresponding \stop... Closes #3558. --- test/command/3558.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/command/3558.md (limited to 'test') diff --git a/test/command/3558.md b/test/command/3558.md new file mode 100644 index 000000000..3f4079064 --- /dev/null +++ b/test/command/3558.md @@ -0,0 +1,8 @@ +``` +% pandoc -t native +\startmulti +hello +\endmulti +^D +[Para [RawInline (Format "tex") "\\startmulti\n",Str "hello",SoftBreak,RawInline (Format "tex") "\\endmulti"]] +``` -- cgit v1.2.3