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 3f59565 commit 03c1bffCopy full SHA for 03c1bff
changelog.md
@@ -54,6 +54,12 @@
54
(#7692). Previously we sometimes lost attributes when rendering links
55
as autolinks.
56
57
+ * Text.Pandoc.Readers.Metadata: allow multiple YAML documents when parsing
58
+ YAML for `yamlBsToRefs`. Some people use `---` as the end delimiter in
59
+ YAML bibliography files, which causes the `yaml` library to emit an
60
+ error unless we explicitly allow multiple YAML documents (and just
61
+ consider the first).
62
+
63
* JATS writer:
64
65
+ Ensure figures are wrapped with `<p>` in list items
0 commit comments