Skip to content

Commit

Permalink
Explicitly insert bibliography (greenelab#69)
Browse files Browse the repository at this point in the history
Enables content that follows the bibliography

From https://github.com/jgm/pandoc-citeproc/blame/5a7f26b61c8577916093851cdeb31fa9a198edcb/man/pandoc-citeproc.1.md#L126-L128

> a bibliography will be inserted into each Div element with
id refs. If there is no such Div, one will be created at the
end of the document.
  • Loading branch information
dhimmel authored Sep 5, 2017
1 parent 26472cd commit a51c064
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions content/99.back-matter.md
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
## References {.page_break_before}

<!-- Explicitly insert bibliography here -->
<div id="refs"></div>

0 comments on commit a51c064

Please sign in to comment.