mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-04-30 18:37:05 +08:00
Fix type lines 364 and 369
with code > as code
This commit is contained in:
parent
02315785f2
commit
95c78a8e12
@ -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><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
|
### Indented code
|
||||||
|
Loading…
x
Reference in New Issue
Block a user