Skip to content

Commit 7822556

Browse files
committed
Improve usage notes for Quarto
The default filters should run first. Closes: #17
1 parent 32795b7 commit 7822556

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,18 @@ Users of Quarto can install this filter as an extension with
4646
quarto install extension pandoc-ext/section-bibliographies
4747

4848
and use it by adding `section-bibliographies` to the `filters`
49-
entry in their YAML header. It is recommended to set the
50-
`citeproc: false` in the YAML header, as this minimizes
51-
interference with Quarto's default citation handling.
49+
entry in their YAML header. This filter should run *after*
50+
Quarto's default filters.
51+
52+
It is recommended to set `citeproc: false` in the YAML header, as
53+
this minimizes interference with Quarto's default citation
54+
handling.
5255

5356
``` yaml
5457
---
5558
filters:
59+
# Run Quarto's default filters first
60+
- quarto
5661
- section-bibliographies
5762
bibliography: my-bibliography.bib
5863
reference-section-title: References

0 commit comments

Comments
 (0)