mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-01 21:25:48 +00:00
15 lines
171 B
Markdown
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 \\
|
|
```
|