We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd7de57 commit f805d36Copy full SHA for f805d36
README.md
@@ -60,12 +60,13 @@ Users of Quarto can install this filter as an extension with
60
quarto install extension pandoc-ext/multibib
61
62
and use it by adding `multibib` to the `filters` entry
63
-in their YAML header.
+in their YAML header. (You also need to add `validate-yaml: false`, as per [this discussion](https://github.com/quarto-dev/quarto-cli/issues/4139).)
64
65
``` yaml
66
---
67
filters:
68
- multibib
69
+validate-yaml: false
70
71
```
72
0 commit comments