mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-01 21:25:48 +00:00
7 lines
121 B
Markdown
7 lines
121 B
Markdown
```
|
|
% pandoc -t latex
|
|
more \indextext{dogs}' than \indextext{cats}'
|
|
^D
|
|
more \indextext{dogs}' than \indextext{cats}'
|
|
```
|