summaryrefslogtreecommitdiff
path: root/test/command/pandoc-citeproc-320a.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2024-02-12 10:01:51 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2024-02-12 10:05:36 -0800
commitbf674e8ddd1ddb78d6300f362a3cd98ac9382b8a (patch)
tree0feae5e512b70fc6a441f699e5d8b1932a2a6e20 /test/command/pandoc-citeproc-320a.md
parentbd352e41d6e34aafd5a320562829c419070163ac (diff)
Markdown writer: use different width fences for nested divs.
Outer divs have longer fences. This aids clarity for the reader, making it easier to see where the div ends. It also makes the output compatible with some other implementations, e.g. micromark, which require different-width fences for nesting. Closes #9450.
Diffstat (limited to 'test/command/pandoc-citeproc-320a.md')
-rw-r--r--test/command/pandoc-citeproc-320a.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/command/pandoc-citeproc-320a.md b/test/command/pandoc-citeproc-320a.md
index 1a1d2eed2..081dbfe3f 100644
--- a/test/command/pandoc-citeproc-320a.md
+++ b/test/command/pandoc-citeproc-320a.md
@@ -51,7 +51,7 @@ Foo [@item1; @item2; @item3; @item4; @item5; @item6; @item7; @item8].
Foo (al-ʾUdhrī, n.d.; al-ʿUdhrī, n.d.; al-\'Udhrī, n.d.; al-'Udhrī,
n.d.a, n.d.b; Uch, n.d.; Uebel, n.d.; Zzz, n.d.).
-::: {#refs .references .csl-bib-body .hanging-indent entry-spacing="0"}
+::::::::::: {#refs .references .csl-bib-body .hanging-indent entry-spacing="0"}
::: {#ref-item6 .csl-entry}
Uch, Ann. n.d.
:::
@@ -83,5 +83,5 @@ Uebel, Joe. n.d.
::: {#ref-item8 .csl-entry}
Zzz, Zoe. n.d.
:::
-:::
+:::::::::::
```