mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
Fix type lines 364 and 369
with code > as code
This commit is contained in:
parent
02315785f2
commit
95c78a8e12
1 changed files with 2 additions and 2 deletions
|
@ -361,12 +361,12 @@ In this example, `<section></section>` should be wrapped as **code**.
|
|||
|
||||
Renders to:
|
||||
|
||||
In this example, `<section></section>` should be wrapped with **code**.
|
||||
In this example, `<section></section>` should be wrapped as **code**.
|
||||
|
||||
HTML:
|
||||
|
||||
```html
|
||||
<p>In this example, <code><section></section></code> should be wrapped with <strong>code</strong>.</p>
|
||||
<p>In this example, <code><section></section></code> should be wrapped as <strong>code</strong>.</p>
|
||||
```
|
||||
|
||||
### Indented code
|
||||
|
|
Loading…
Reference in a new issue