Skip to content

Commit 71e68b7

Browse files
committed
simplifies sample.md
1 parent 01c199f commit 71e68b7

File tree

7 files changed

+10
-13
lines changed

7 files changed

+10
-13
lines changed

bibliography-place/expected_filtered.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<div id="refs" class="references csl-bib-body hanging-indent" role="doc-bibliography">
1515
<div id="ref-Doe" class="csl-entry" role="doc-biblioentry">
16-
Doe, Jane. 1979. <em>Short Stories</em>.
16+
Doe, John. 1979. <em>Short Stories</em>.
1717
</div>
1818
</div>
1919

bibliography-place/expected_filtered.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
\hypertarget{refs}{}
3737
\begin{CSLReferences}{1}{0}
3838
\leavevmode\hypertarget{ref-Doe}{}%
39-
Doe, Jane. 1979. \emph{Short Stories}.
39+
Doe, John. 1979. \emph{Short Stories}.
4040

4141
\end{CSLReferences}
4242

bibliography-place/expected_unfiltered.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<p>I enjoyed <span class="citation" data-cites="Doe">Doe (1979)</span>.</p>
88
<div id="refs" class="references csl-bib-body hanging-indent" role="doc-bibliography">
99
<div id="ref-Doe" class="csl-entry" role="doc-biblioentry">
10-
Doe, Jane. 1979. <em>Short Stories</em>.
10+
Doe, John. 1979. <em>Short Stories</em>.
1111
</div>
1212
</div>
1313

bibliography-place/expected_unfiltered.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
\hypertarget{refs}{}
3232
\begin{CSLReferences}{1}{0}
3333
\leavevmode\hypertarget{ref-Doe}{}%
34-
Doe, Jane. 1979. \emph{Short Stories}.
34+
Doe, John. 1979. \emph{Short Stories}.
3535

3636
\end{CSLReferences}
3737

bibliography-place/none.bib

Whitespace-only changes.

bibliography-place/sample.bib

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
@book{Doe,
2+
title = "Short Stories",
3+
author = "Doe, John",
4+
year = 1979,
5+
}

bibliography-place/sample.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,7 @@
22
title: Sample document
33
author: Seymour Butz
44
institute: School of Studies
5-
references:
6-
- author:
7-
- family: Doe
8-
given: Jane
9-
id: Doe
10-
issued: 1979
11-
title: Short stories
12-
type: book
13-
bibliography: none.bib
5+
bibliography: sample.bib
146
...
157

168
I enjoyed @Doe.

0 commit comments

Comments
 (0)