diff options
Diffstat (limited to 'docutils/test/functional/expected/standalone_rst_html5.html')
| -rw-r--r-- | docutils/test/functional/expected/standalone_rst_html5.html | 12 |
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 "always" been here. <span class="ins">This text has been inserted.</span></p> -<div class="ins docutils container"> +<p>This text has "always" 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> |
