From f4a452f89174828fea77614a4b6a067fc4675ba5 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 22 Feb 2017 21:15:25 +0100 Subject: When parsing raw LaTeX commands, include trailing space. Otherwise things like `\noindent foo` break and turn into `\noindentfoo`. Affects `-f latex+raw_tex` and `-f markdown` (and other formats that allow `raw_tex`). Closes #1773. --- test/command/1773.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/command/1773.md (limited to 'test/command') diff --git a/test/command/1773.md b/test/command/1773.md new file mode 100644 index 000000000..b93267287 --- /dev/null +++ b/test/command/1773.md @@ -0,0 +1,6 @@ +``` +% pandoc -f latex+raw_tex -t native +\noindent hi +^D +[Para [RawInline (Format "latex") "\\noindent ",Str "hi"]] +``` -- cgit v1.2.3