1b66865763
...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.
6 lines
60 B
Markdown
6 lines
60 B
Markdown
```
|
|
pandoc -f latex -t native
|
|
\l
|
|
^D
|
|
[Para [Str "\322"]]
|
|
```
|