Skip to content

Commit f805d36

Browse files
bbolkerwlupton
authored andcommitted
Note about validate-yaml: false for Quarto (#10)
1 parent dd7de57 commit f805d36

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,13 @@ Users of Quarto can install this filter as an extension with
6060
quarto install extension pandoc-ext/multibib
6161

6262
and use it by adding `multibib` to the `filters` entry
63-
in their YAML header.
63+
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).)
6464

6565
``` yaml
6666
---
6767
filters:
6868
- multibib
69+
validate-yaml: false
6970
---
7071
```
7172

0 commit comments

Comments
 (0)