Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matcornic/hugo-theme-learn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Crauwels <sam.crauwels@gmail.com>2019-06-17 02:43:58 +0300
committerGitHub <noreply@github.com>2019-06-17 02:43:58 +0300
commit95c78a8e12616a8842d48b3b8a2f0e3abd66656c (patch)
tree770e918028ff02e755f072e657f1e66ada8b431a /exampleSite
parent02315785f235945af62dde34cb68920117b75ecd (diff)
Fix type lines 364 and 369
with code > as code
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/content/cont/markdown.en.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/exampleSite/content/cont/markdown.en.md b/exampleSite/content/cont/markdown.en.md
index 683fe00..b961bcd 100644
--- a/exampleSite/content/cont/markdown.en.md
+++ b/exampleSite/content/cont/markdown.en.md
@@ -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>&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