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:
Marty Oehme 2024-02-15 10:53:59 +01:00
parent d058759f49
commit 8dba61fefe
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A

View file

@ -11,6 +11,8 @@ 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'
format:
docx:
filters: filters:
- src/pandoc-to-zotero-live.lua - src/pandoc-to-zotero-live.lua
--- ---