diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2009-10-06 10:10:39 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2009-10-06 10:10:39 +0000 |
| commit | 20dc1e004f8cb0a847a9020af6c8b07a311e965a (patch) | |
| tree | 04f1b58da438e411d4ebcf67de85994320be60d5 /docutils/test/functional/expected/misc_rst_html4css1.html | |
| parent | f35463a9d4df3ca7d8912a080dfcafdf80960819 (diff) | |
| download | docutils-20dc1e004f8cb0a847a9020af6c8b07a311e965a.tar.gz | |
Fix [ 1627229 ] hyperlink references in substitutions.
Links in substitutions failed to convert, as the substitution directive did
not note the refname.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6155 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/expected/misc_rst_html4css1.html')
| -rw-r--r-- | docutils/test/functional/expected/misc_rst_html4css1.html | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/docutils/test/functional/expected/misc_rst_html4css1.html b/docutils/test/functional/expected/misc_rst_html4css1.html index 754f4c3e3..44f400998 100644 --- a/docutils/test/functional/expected/misc_rst_html4css1.html +++ b/docutils/test/functional/expected/misc_rst_html4css1.html @@ -11,7 +11,15 @@ <div class="document"> -<p>simple input</p> +<p>Test the interaction of transforms.references.Substitutions and +transforms.references.ExternalLinks.</p> +<p><a class="reference external" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> is cool!</p> +<p>There is a preferred alternative:</p> +<p><a class="reference external" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> is cool!</p> +<p>This only works for the case where the entire substitution is a +reference, not when the reference is embedded as part of the +substitution:</p> +<p>unstructured <a class="reference external" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> is uncool!</p> </div> </body> </html> |
