14 lines
164 B
Markdown
14 lines
164 B
Markdown
```
|
|
% 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 \\
|
|
```
|