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, 11 insertions, 1 deletions
diff --git a/docutils/test/functional/expected/standalone_rst_html5.html b/docutils/test/functional/expected/standalone_rst_html5.html index 4459a0f78..b9473f117 100644 --- a/docutils/test/functional/expected/standalone_rst_html5.html +++ b/docutils/test/functional/expected/standalone_rst_html5.html @@ -624,7 +624,7 @@ layout.</p> </div> </figcaption> </figure> -<p>A left-aligned figure:</p> +<p>A left-aligned figure, 70% wide:</p> <figure class="figclass1 figclass2 align-left" style="width: 70%"> <img alt="reStructuredText, the markup syntax" class="class1 class2" src="../../../docs/user/rst/images/biohazard.png" style="width: 40px;" /> <figcaption> @@ -1544,6 +1544,16 @@ a substitution.</p> </blockquote> </dd> </dl> +<dl class="footnote brackets"> +<dt class="label" id="attribute-optional"><span class="brackets">5</span><span class="fn-backref">(<a href="#footnote-reference-10">1</a>,<a href="#footnote-reference-14">2</a>,<a href="#footnote-reference-16">3</a>,<a href="#footnote-reference-17">4</a>)</span></dt> +<dd><p>Would gain from support for attributes/arguments +to inline roles. See <a class="reference external" href="http://docutils.sourceforge.net/docs/dev/todo.html#interpreted-text">TODO</a> <a class="footnote-reference brackets" href="#footnote-9" id="footnote-reference-22">9</a></p> +</dd> +<dt class="label" id="attribute-required"><span class="brackets">6</span><span class="fn-backref">(<a href="#footnote-reference-12">1</a>,<a href="#footnote-reference-13">2</a>,<a href="#footnote-reference-15">3</a>)</span></dt> +<dd><p>Requires support for attributes to inline +roles to make sense.</p> +</dd> +</dl> </section> <section id="indicating-edits"> <h3><a class="toc-backref" href="#toc-entry-46"><span class="sectnum">3.4</span> Indicating Edits</a></h3> |
