2017-03-03 22:23:01 +01:00
|
|
|
reStructuredText citations.
|
|
|
|
|
|
|
|
```
|
|
|
|
% pandoc -f rst
|
|
|
|
Here is a citation reference: [CIT2002]_.
|
|
|
|
|
|
|
|
.. [CIT2002] This is the citation. It's just like a footnote,
|
|
|
|
except the label is textual.
|
|
|
|
^D
|
2021-12-20 22:44:03 +01:00
|
|
|
<p>Here is a citation reference: <a href="#CIT2002"
|
|
|
|
class="citation">[CIT2002]</a>.</p>
|
2017-03-03 22:23:01 +01:00
|
|
|
<div id="citations">
|
|
|
|
<dl>
|
|
|
|
<dt><span id="CIT2002" class="citation-label">CIT2002</span></dt>
|
2021-12-20 22:44:03 +01:00
|
|
|
<dd><p>This is the citation. It's just like a footnote, except the label
|
|
|
|
is textual.</p>
|
2017-03-03 22:23:01 +01:00
|
|
|
</dd>
|
|
|
|
</dl>
|
|
|
|
</div>
|
|
|
|
```
|