Fix type lines 364 and 369

with code > as code
This commit is contained in:
Sam Crauwels 2019-06-17 01:43:58 +02:00 committed by GitHub
parent 02315785f2
commit 95c78a8e12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -361,12 +361,12 @@ In this example, `<section></section>` should be wrapped as **code**.
Renders to: Renders to:
In this example, `<section></section>` should be wrapped with **code**. In this example, `<section></section>` should be wrapped as **code**.
HTML: HTML:
```html ```html
<p>In this example, <code>&lt;section&gt;&lt;/section&gt;</code> should be wrapped with <strong>code</strong>.</p> <p>In this example, <code>&lt;section&gt;&lt;/section&gt;</code> should be wrapped as <strong>code</strong>.</p>
``` ```
### Indented code ### Indented code