summaryrefslogtreecommitdiff
path: root/content/blog/css-only-code-blocks
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2025-07-26 17:53:13 +0200
committerjaseg <git@jaseg.de>2025-07-26 17:53:13 +0200
commit3fd0c107e02858843314107afbbeaf5c056f785f (patch)
tree1abc6216f77762a5761eacb442ee322413b23435 /content/blog/css-only-code-blocks
parent02abb0154935c7525f17429a420bb43a261ea3bb (diff)
downloadblog-3fd0c107e02858843314107afbbeaf5c056f785f.tar.gz
blog-3fd0c107e02858843314107afbbeaf5c056f785f.tar.bz2
blog-3fd0c107e02858843314107afbbeaf5c056f785f.zip
css code listings post: Fix code link
Diffstat (limited to 'content/blog/css-only-code-blocks')
-rw-r--r--content/blog/css-only-code-blocks/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/blog/css-only-code-blocks/index.rst b/content/blog/css-only-code-blocks/index.rst
index 18f3037..c9dc2fe 100644
--- a/content/blog/css-only-code-blocks/index.rst
+++ b/content/blog/css-only-code-blocks/index.rst
@@ -32,7 +32,7 @@ HTML for a code block then looks like this:
<!-- ... repeat once for each source line. -->
</pre>
-You can find the (rather short) source of the ``rst2html`` wrapper `below <rst2html_wrapper>`_.
+You can find the (rather short) source of the ``rst2html`` wrapper `below <#rst2html-wrapper>`_.
The CSS
-------