mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-01 05:05:53 +00:00
7 lines
152 B
Markdown
7 lines
152 B
Markdown
```
|
|
% pandoc -t latex
|
|
[A theorem](https://en.wikipedia.org/wiki/Rice's_theorem).
|
|
^D
|
|
\href{https://en.wikipedia.org/wiki/Rice's_theorem}{A theorem}.
|
|
```
|