From 03205f9f26558c079871793032acf23d1af9d8cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Mon, 13 Sep 2021 19:22:31 +0200 Subject: [PATCH] theme: fix usage of
in exampleSite #88 --- exampleSite/content/cont/markdown.en.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/exampleSite/content/cont/markdown.en.md b/exampleSite/content/cont/markdown.en.md index 132d9a531a..aff0fc1a88 100644 --- a/exampleSite/content/cont/markdown.en.md +++ b/exampleSite/content/cont/markdown.en.md @@ -352,17 +352,17 @@ Renders to: Wrap inline snippets of code with `` ` ``. ```markdown -In this example, `
` should be wrapped as **code**. +In this example, `
` should be wrapped as **code**. ``` Renders to: -In this example, `
` should be wrapped as **code**. +In this example, `
` should be wrapped as **code**. HTML: ```html -

In this example, <section></section> should be wrapped as code.

+

In this example, <div></div> should be wrapped as code.

``` ### Indented code