From 1b668657632c58964e8d7df42ea88e5ea6abfb1e Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 17 Aug 2018 15:22:47 -0700 Subject: LaTeX reader: fix siunitx unit commands... ...they should only be recognized in siunitx contexts. For example, `\l` outside of an siunitx context should be l-slash, not l (for liter)! Closes #4842. --- test/command/4842.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/command/4842.md (limited to 'test') diff --git a/test/command/4842.md b/test/command/4842.md new file mode 100644 index 000000000..a311739b7 --- /dev/null +++ b/test/command/4842.md @@ -0,0 +1,6 @@ +``` +pandoc -f latex -t native +\l +^D +[Para [Str "\322"]] +``` -- cgit v1.2.3