From a83885a33e40383f92e4f954b2d0a6f7fef4b581 Mon Sep 17 00:00:00 2001 From: Alexandros Date: Thu, 28 May 2020 19:32:23 +0300 Subject: [PATCH] Fix nested list example --- content/post/markdown-syntax.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/content/post/markdown-syntax.md b/content/post/markdown-syntax.md index d60c404e..604be4e3 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