blob: 1fb530dc1147325f49840e5047673f5b79f8f128 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
```
% pandoc -f html -t latex
<a></a>
<br/>
^D
{}~\\
```
```
% pandoc -f html -t latex
<a name="foo"></a><br/>
^D
\protect\hypertarget{foo}{}{}~\\
```
|