From 6e087007fa237b1d475b399d3f637ec67012a2ef Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 11 Oct 2016 12:24:13 +0200 Subject: [PATCH] Move content --- source/developers/website.markdown | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/source/developers/website.markdown b/source/developers/website.markdown index e2068dc5f49..72fa0035568 100644 --- a/source/developers/website.markdown +++ b/source/developers/website.markdown @@ -72,8 +72,6 @@ You can use the default markdown syntax to generate syntax highlighted code. For ```{% endraw %} ``` -If you are using templates then those parts needs to be [escaped](http://stackoverflow.com/a/24102537). Otherwise they will be rendered and appear blank on the website. - Note that you can replace `yaml` next to \`\`\` with the language that is within the block. When you're writing code that is to be executed on the terminal, prefix it with `$`. @@ -82,7 +80,7 @@ When you're writing code that is to be executed on the terminal, prefix it with For the [configuration templating](/topics/templating/) is [Jinja](http://jinja.pocoo.org/) used. -You need to embed all templates with `{% raw %}...{% endraw %}` otherwise they will be rendered and this result in an empty output. +If you are using templates then those parts needs to be [escaped](http://stackoverflow.com/a/24102537). Otherwise they will be rendered and appear blank on the website. ### {% linkable_title HTML %}