pandoc/test/command/latex-command-comment.md
John MacFarlane 5f9f458df3 LaTeX reader: handle % comment right after command.
For example

    \emph%
    {hi}
2017-10-31 11:31:35 -07:00

7 lines
74 B
Markdown

```
pandoc -f latex -t native
\emph%
{hi}
^D
[Para [Emph [Str "hi"]]]
```