From b05c380f6ff4375cbc27955653fd31310ff2f94d Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 5 Oct 2022 11:57:23 -0700 Subject: HTML writer: replace deprecated aria roles for bibliography entries. `doc-biblioentry` -> `listitem` `doc-bibliography` -> `list` Closes #8354. --- test/command/8354.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 test/command/8354.md (limited to 'test/command') diff --git a/test/command/8354.md b/test/command/8354.md new file mode 100644 index 000000000..96e3d6801 --- /dev/null +++ b/test/command/8354.md @@ -0,0 +1,38 @@ +``` +% pandoc -f markdown -t html --citeproc +--- +title: test +nocite: '[@*]' +references: +- author: + - family: Fekete + given: Jean-Daniel + - family: Freire + given: Juliana + DOI: 10.1109/MCG.2020.3006412 + id: feketeExploringReproducibilityVisualization2020 + ISSN: 1558-1756 + issue: 5 + issued: 2020-09 + page: 108-119 + source: IEEE Xplore + title: Exploring Reproducibility in Visualization + container-title: IEEE Computer Graphics and Applications + type: article-journal + volume: 40 +--- + +## References +^D +

References

+
+
+Fekete, Jean-Daniel, and Juliana Freire. 2020. “Exploring +Reproducibility in Visualization.” IEEE Computer Graphics and +Applications 40 (5): 108–19. https://doi.org/10.1109/MCG.2020.3006412. +
+
+``` -- cgit v1.2.3