15 lines
152 B
Markdown
15 lines
152 B
Markdown
|
```
|
||
|
% pandoc -f html -t latex
|
||
|
<a></a>
|
||
|
<br/>
|
||
|
^D
|
||
|
{}~\\
|
||
|
```
|
||
|
|
||
|
```
|
||
|
% pandoc -f html -t latex
|
||
|
<a name="foo"></a><br/>
|
||
|
^D
|
||
|
\protect\hypertarget{foo}{}{}~\\
|
||
|
```
|