zola/docs
Kiyan Mair f5a200e64c
Fix RSS block example in documentation (#1210)
This commit fixes a bug in the documentation for the feeds page which
shows how to use the RSS block to enable feed autodiscovery.

The bug used an em space character instead of a space in one part of the
code snippet. If a user were to copy the code snippet into their code as
directed, the Zola build would fail with a parse error. The em space
appears identical to a regular space in monospaced fonts, making the
error seem mysterious or incorrect.

I believe the em space was used in order to prevent the shortcode from
rendering, as the code snippet is just meant to show what the shortcode
looks like. However, it is possible to escape the shortcode so that it
renders correctly without causing confusion for the user who expects to
be able to copy and paste it.

This commit replaces the em space in both code snippets with regular
spaces and escapes the shortcodes.
2020-10-21 13:00:16 +02:00
..
content Fix RSS block example in documentation (#1210) 2020-10-21 13:00:16 +02:00
sass Make anchors always visible in docs 2020-09-01 22:24:33 +02:00
static Only shrink when resizing with fit (#803) 2019-09-24 16:54:14 -07:00
templates fix: update year in docs template (#917) 2020-01-10 10:30:42 +01:00
config.toml Ensure public exists for search index 2019-07-20 16:09:17 +02:00