diff --git a/test/site/content-org/all-posts.org b/test/site/content-org/all-posts.org index 37d9f63..518976f 100644 --- a/test/site/content-org/all-posts.org +++ b/test/site/content-org/all-posts.org @@ -4668,7 +4668,7 @@ This post has citations ~@foo~ and ~@bar~ listed in ~nocite~ meta-data. But they are invalid as they don't exist in any of the bibliography files. -But that generations neither a Pandoc warning nor error. +But that generates neither a Pandoc warning nor error. As the final Pandoc output Markdown ends up with *no* references, the Pandoc output is discarded, and the original ~ox-hugo~ output is used diff --git a/test/site/content/posts/invalid-nocites.md b/test/site/content/posts/invalid-nocites.md index 2f80ffa..61034e2 100644 --- a/test/site/content/posts/invalid-nocites.md +++ b/test/site/content/posts/invalid-nocites.md @@ -8,7 +8,7 @@ This post has citations `@foo` and `@bar` listed in `nocite` meta-data. But they are invalid as they don't exist in any of the bibliography files. -But that generations neither a Pandoc warning nor error. +But that generates neither a Pandoc warning nor error. As the final Pandoc output Markdown ends up with **no** references, the Pandoc output is discarded, and the original `ox-hugo` output is used