aboutsummaryrefslogtreecommitdiff
path: root/test/command/section-divs.md
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2019-12-17 11:09:00 -0800
committerJohn MacFarlane <[email protected]>2019-12-17 11:59:52 -0800
commit20cf4e47b069f76839b4223cbfecbf96875aadb4 (patch)
treec809a41a5666c2a74a24d09fe3f5979e0402656f /test/command/section-divs.md
parent11bab77120010f205452e899c0d93d638638261a (diff)
Improved makeSections so we don't get doubled attributes.
Closes #5986.
Diffstat (limited to 'test/command/section-divs.md')
-rw-r--r--test/command/section-divs.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/command/section-divs.md b/test/command/section-divs.md
index 6e2412e04..5ee28bba8 100644
--- a/test/command/section-divs.md
+++ b/test/command/section-divs.md
@@ -13,13 +13,13 @@ Ok
==
:::
^D
-<section id="hi" class="level1 section">
+<section id="hi" class="level1">
<h1>Hi</h1>
-<section id="there" class="level2 section">
+<section id="there" class="level2">
<h2>there</h2>
</section>
</section>
-<section id="ok" class="level1 section">
+<section id="ok" class="level1">
<h1>Ok</h1>
</section>
```