summaryrefslogtreecommitdiff
path: root/tests/data/biblio/biblio01-pre-pandoc-2.11.3.golden
blob: ace1e76518d80f144de94f66f2ae4b27a0e4ec28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!doctype html>
<html lang="en">
    <head>
        <meta charset="utf-8">
        <title>This page cites a paper.</title>
    </head>
    <body>
        <h1>This page cites a paper.</h1>
        <p>I would like to cite one of my favourite papers <span class="citation" data-cites="meijer1991functional">(Meijer, Fokkinga, and Paterson 1991)</span> here.</p>
<div id="refs" class="references csl-bib-body hanging-indent" role="doc-bibliography">
<div id="ref-meijer1991functional" class="csl-entry" role="doc-biblioentry">
Meijer, Erik, Maarten Fokkinga, and Ross Paterson. 1991. <span>“Functional Programming with Bananas, Lenses, Envelopes and Barbed Wire.”</span> In <em>Conference on Functional Programming Languages and Computer Architecture</em>, 124–44. Springer.
</div>
</div>
    </body>
</html>