mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-02 21:55:44 +00:00
11 lines
271 B
Markdown
11 lines
271 B
Markdown
```
|
|
% pandoc -f rst
|
|
I recommend you try |Python|_.
|
|
|
|
.. |Python| replace:: Python, *the* best language around
|
|
.. _Python: http://www.python.org/
|
|
^D
|
|
<p>I recommend you try <a href="http://www.python.org/"><span>Python,
|
|
<em>the</em> best language around</span></a>.</p>
|
|
```
|