fix(script): Only enable live zotero filter for docx format
Since we only make use of the live zotero citations in docx format, we should also only enable the filter there. This commit fixes that.
This commit is contained in:
parent
d058759f49
commit
8dba61fefe
1 changed files with 4 additions and 2 deletions
|
@ -11,8 +11,10 @@ geometry:
|
||||||
lang: en
|
lang: en
|
||||||
title: Addressing Inequalities in the World of Work
|
title: Addressing Inequalities in the World of Work
|
||||||
subtitle: Scoping Review on 'What Works'
|
subtitle: Scoping Review on 'What Works'
|
||||||
filters:
|
format:
|
||||||
- src/pandoc-to-zotero-live.lua
|
docx:
|
||||||
|
filters:
|
||||||
|
- src/pandoc-to-zotero-live.lua
|
||||||
---
|
---
|
||||||
|
|
||||||
```{python}
|
```{python}
|
||||||
|
|
Loading…
Reference in a new issue