pandoc/test/command/4842.md
John MacFarlane 1b66865763 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.
2018-08-17 15:22:47 -07:00

6 lines
60 B
Markdown

```
pandoc -f latex -t native
\l
^D
[Para [Str "\322"]]
```