From 3fd0c107e02858843314107afbbeaf5c056f785f Mon Sep 17 00:00:00 2001 From: jaseg Date: Sat, 26 Jul 2025 17:53:13 +0200 Subject: css code listings post: Fix code link --- content/blog/css-only-code-blocks/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/blog/css-only-code-blocks/index.rst') 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: -You can find the (rather short) source of the ``rst2html`` wrapper `below `_. +You can find the (rather short) source of the ``rst2html`` wrapper `below <#rst2html-wrapper>`_. The CSS ------- -- cgit