summaryrefslogtreecommitdiff
path: root/docutils/test
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2020-01-30 00:45:02 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2020-01-30 00:45:02 +0000
commit39cf6537c69d5b62362fd0fa7b382e7cded718b9 (patch)
tree8f95f6d29526fabc9d5bcc6aa8602e0642244c6a /docutils/test
parent5a88602e966b7d8bf04193afb1e56261114ba3fe (diff)
downloaddocutils-39cf6537c69d5b62362fd0fa7b382e7cded718b9.tar.gz
html5: support <ins> and <del> tags.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8476 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test')
-rw-r--r--docutils/test/functional/expected/standalone_rst_html5.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/docutils/test/functional/expected/standalone_rst_html5.html b/docutils/test/functional/expected/standalone_rst_html5.html
index 821edcb4b..86382bac3 100644
--- a/docutils/test/functional/expected/standalone_rst_html5.html
+++ b/docutils/test/functional/expected/standalone_rst_html5.html
@@ -1548,19 +1548,19 @@ reStructuredText equivalents.</p>
<dt>ins</dt>
<dd><p>Additions <a class="footnote-reference brackets" href="#attribute-optional" id="footnote-reference-16">5</a></p>
<blockquote>
-<p>This text has &quot;always&quot; been here. <span class="ins">This text has been inserted.</span></p>
-<div class="ins docutils container">
+<p>This text has &quot;always&quot; been here. <ins>This text has been inserted.</ins></p>
+<ins class="docutils container">
<p>This paragraph has been inserted.</p>
-</div>
+</ins>
</blockquote>
</dd>
<dt>del</dt>
<dd><p>Removed content <a class="footnote-reference brackets" href="#attribute-optional" id="footnote-reference-17">5</a></p>
<blockquote>
-<p><span class="del">This text has been deleted</span>, here is the rest of the paragraph.</p>
-<div class="del docutils container">
+<p><del>This text has been deleted</del>, here is the rest of the paragraph.</p>
+<del class="docutils container">
<p>This paragraph has been deleted.</p>
-</div>
+</del>
</blockquote>
</dd>
</dl>