From 95c78a8e12616a8842d48b3b8a2f0e3abd66656c Mon Sep 17 00:00:00 2001 From: Sam Crauwels Date: Mon, 17 Jun 2019 01:43:58 +0200 Subject: [PATCH] Fix type lines 364 and 369 with code > as code --- exampleSite/content/cont/markdown.en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.

``` ### Indented code