theme: fix usage of <section> in exampleSite #88

This commit is contained in:
Sören Weber 2021-09-13 19:22:31 +02:00
parent 1ad20bd8b2
commit 03205f9f26
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589

View file

@ -352,17 +352,17 @@ Renders to:
Wrap inline snippets of code with `` ` ``.
```markdown
In this example, `<section></section>` should be wrapped as **code**.
In this example, `<div></div>` should be wrapped as **code**.
```
Renders to:
In this example, `<section></section>` should be wrapped as **code**.
In this example, `<div></div>` should be wrapped as **code**.
HTML:
```html
<p>In this example, <code>&lt;section&gt;&lt;/section&gt;</code> should be wrapped as <strong>code</strong>.</p>
<p>In this example, <code>&lt;div&gt;&lt;/div&gt;</code> should be wrapped as <strong>code</strong>.</p>
```
### Indented code