File: test_rst_citations.html

package info (click to toggle)
python-readme-renderer 44.0-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 728 kB
  • sloc: python: 414; sh: 23; makefile: 6
file content (22 lines) | stat: -rw-r--r-- 976 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<p>Citation references, like <a href="#cit2002" id="citation-reference-1" rel="nofollow">[CIT2002]</a>.
Note that citations may get
rearranged, e.g., to the bottom of
the “page”.</p>
<div class="citation-list">
<div class="citation" id="cit2002">
<span class="label"><span class="fn-bracket">[</span><a href="#citation-reference-1" rel="nofollow">CIT2002</a><span class="fn-bracket">]</span></span>
<p>A citation
(as often used in journals).</p>
</div>
</div>
<p>Citation labels contain alphanumerics,
underlines, hyphens and fullstops.
Case is not significant.</p>
<p>Given a citation like <a href="#this" id="citation-reference-2" rel="nofollow">[this]</a>, one
can also refer to it like <a href="#this" rel="nofollow">this</a>.</p>
<div class="citation-list">
<div class="citation" id="this">
<span class="label"><span class="fn-bracket">[</span><a href="#citation-reference-2" rel="nofollow">this</a><span class="fn-bracket">]</span></span>
<p>here.</p>
</div>
</div>