mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-26 10:16:32 +00:00
LaTeX reader: Fix regression in package options including underscore.
Closes #4424.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
```
|
||||
% pandoc -f latex -t native
|
||||
\documentclass{article}
|
||||
\usepackage[sortlocale=en_GB]{biblatex}
|
||||
\begin{document}
|
||||
Test
|
||||
\end{document}
|
||||
^D
|
||||
[Para [Str "Test"]]
|
||||
```
|
||||
Reference in New Issue
Block a user