aboutsummaryrefslogtreecommitdiff
path: root/test/command/2874.md
blob: 99f46d2fb4470748f22325caa1c8c9ba01111901 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
```
% pandoc -f html -t latex
<a></a>
<br/>
^D
{}\strut \\
```

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