Files
pandoc/test/command/2874.md

15 lines
171 B
Markdown

```
% pandoc -f html -t latex
<a></a>
<br/>
^D
{}\strut \\
```
```
% pandoc -f html -t latex
<a name="foo"></a><br/>
^D
\protect\phantomsection\label{foo}{}\strut \\
```