parent
016959c76e
commit
0670d755fd
4 changed files with 74 additions and 17 deletions
@ -0,0 +1,12 @@ |
||||
+++ |
||||
title = "Disabling Pandoc citations in a subtree (empty string)" |
||||
description = """ |
||||
Test that `:EXPORT_HUGO_PANDOC_CITATIONS:` disables Pandoc citations |
||||
in a subtree. |
||||
""" |
||||
tags = ["pandoc", "citations", "disable"] |
||||
draft = false |
||||
nocite = ["@giovanelli2016", "@eilan2016"] |
||||
+++ |
||||
|
||||
The Nocites in the front-matter do not get rendered as citations. |
||||
@ -0,0 +1,11 @@ |
||||
--- |
||||
title: "Disabling Pandoc citations in a subtree (nil string)" |
||||
description: > |
||||
Test that `:EXPORT_HUGO_PANDOC_CITATIONS: nil` disables Pandoc |
||||
citations in a subtree. |
||||
tags: ["pandoc", "citations", "disable"] |
||||
draft: false |
||||
nocite: ["@giovanelli2016", "@eilan2016"] |
||||
--- |
||||
|
||||
The Nocites in the front-matter do not get rendered as citations. |
||||
Loading…
Reference in new issue