diff --git a/exampleSite/content/cont/markdown.en.md b/exampleSite/content/cont/markdown.en.md index 683fe0015e..b961bcdd77 100644 --- a/exampleSite/content/cont/markdown.en.md +++ b/exampleSite/content/cont/markdown.en.md @@ -361,12 +361,12 @@ In this example, `` should be wrapped as **code**. Renders to: -In this example, `` should be wrapped with **code**. +In this example, `` should be wrapped as **code**. HTML: ```html -
In this example, <section></section>
should be wrapped with code.
In this example, <section></section>
should be wrapped as code.