Skip to content

Commit

Permalink
Increase spacing between references (fix #106)
Browse files Browse the repository at this point in the history
  • Loading branch information
rikhuijzer committed Apr 28, 2021
1 parent a4c75ae commit 52f25d0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
3 changes: 3 additions & 0 deletions defaults/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -415,3 +415,6 @@ html {
font-size: var(--small-size);
}

.csl-entry {
margin-bottom: var(--small-size);
}
10 changes: 9 additions & 1 deletion docs/bibliography.bib
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
@book{orwell1945animal,
title={{Animal Farm: A Fairy Story}},
title={{Animal farm: a fairy story}},
author={George Orwell},
year={1945},
publisher={Houghton Mifflin Harcourt}
}

@book{orwell1949nineteen,
title={Nineteen eighty-four: a novel},
author={George Orwell},
year={1949},
publisher={Secker & Warburg}
}

2 changes: 1 addition & 1 deletion docs/contents/demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ See @sec:getting-started.

> See @sec:getting-started.
We can refer to citations such as @orwell1945animal and [@orwell1945animal] or to equations such as @eq:example.
We can refer to citations such as @orwell1945animal and [@orwell1949nineteen] or to equations such as @eq:example.

$$ y = \frac{\sin{x}}{\cos{x}} $$ {#eq:example}

Expand Down

1 comment on commit 52f25d0

@rikhuijzer
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.