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