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

github.com/gohugoio/hugoBasicExample.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandros <onedrawingperday@users.noreply.github.com>2020-05-28 19:32:23 +0300
committerGitHub <noreply@github.com>2020-05-28 19:32:23 +0300
commita83885a33e40383f92e4f954b2d0a6f7fef4b581 (patch)
treeb43e829eed6c63c122353b507c24cbf6254df074
parentf6f3d298cc12b54878a1019ee41335a75ca28aa3 (diff)
Fix nested list example
-rw-r--r--content/post/markdown-syntax.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/content/post/markdown-syntax.md b/content/post/markdown-syntax.md
index d60c404..604be4e 100644
--- a/content/post/markdown-syntax.md
+++ b/content/post/markdown-syntax.md
@@ -129,9 +129,13 @@ html
#### Nested list
-* Item
-1. First Sub-item
-2. Second Sub-item
+* Fruit
+ * Apple
+ * Orange
+ * Banana
+* Dairy
+ * Milk
+ * Cheese
## Other Elements — abbr, sub, sup, kbd, mark