I am trying to have multiple references sections in my PhD thesis. This works fine in the rendered PDF (as shown in this example https://github.com/ronnyhdez/quarto_references_per_chapter)
Unfortunately, I cannot get it to work in the HTML output. Here is a snippet of the _quarto.yml file (my latest attempt)
format:
html:
filters:
- section-bibliographies.lua
pdf:
documentclass: scrreprt
filters:
- section-bibliographies.lua
This however only displays the whole reference list under the first chapter, and nothing in the following chapters.
Could you help me getting the same result in html (and docx too ideally)?