From: Vladimír Vondruš Date: Tue, 24 Oct 2017 16:26:42 +0000 (+0200) Subject: doc: fix reference. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=c399890313a7f842b19c2617614123b27f32e4be;p=blog.git doc: fix reference. --- diff --git a/doc/pelican/writing-content.rst b/doc/pelican/writing-content.rst index a13f6697..7c9704e8 100644 --- a/doc/pelican/writing-content.rst +++ b/doc/pelican/writing-content.rst @@ -57,7 +57,7 @@ intuitive usage in many use cases. The basic rules are not far from Markdown: all your content is encouraged). - Paragraphs are separated from each other by a blank line. Consecutive lines of text are concatenated together using spaces, ignoring the newlines. See - the `Block elements <#block-elements>`_ section below for more options. + the `Basic block elements`_ section below for more options. - Multiple consecutive whitespace characters are rendered as a single space (but that's largely due to how HTML behaves). - Everything is escaped when converting to HTML, so inline HTML will appear