diff options
Diffstat (limited to 'blog/css-only-code-blocks/index.html')
-rw-r--r-- | blog/css-only-code-blocks/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blog/css-only-code-blocks/index.html b/blog/css-only-code-blocks/index.html index 58a0220..5b15937 100644 --- a/blog/css-only-code-blocks/index.html +++ b/blog/css-only-code-blocks/index.html @@ -64,7 +64,7 @@ HTML for a code block then looks like this:</p> <span class="lineno"></span><span class="line"> <span class="cm"><!-- ... repeat once for each source line. --></span></span> <span class="lineno"></span><span class="line"><span class="p"></</span><span class="nt">pre</span><span class="p">></span> </span></pre> -<p>You can find the (rather short) source of the <tt class="docutils literal">rst2html</tt> wrapper <a class="reference external" href="rst2html_wrapper">below</a>.</p> +<p>You can find the (rather short) source of the <tt class="docutils literal">rst2html</tt> wrapper <a class="reference external" href="#rst2html-wrapper">below</a>.</p> <div class="section" id="the-css"> <h2>The CSS</h2> <p>This modified HTML structure of the code listing gets accompanied by some CSS to make it flow nicely. Here is a listing |