File tree 1 file changed +8
-3
lines changed
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -46,13 +46,18 @@ Users of Quarto can install this filter as an extension with
46
46
quarto install extension pandoc-ext/section-bibliographies
47
47
48
48
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.
52
55
53
56
``` yaml
54
57
---
55
58
filters :
59
+ # Run Quarto's default filters first
60
+ - quarto
56
61
- section-bibliographies
57
62
bibliography : my-bibliography.bib
58
63
reference-section-title : References
You can’t perform that action at this time.
0 commit comments