diff --git a/markdown.md b/markdown.md index 1a31018b6..87f0e49b8 100644 --- a/markdown.md +++ b/markdown.md @@ -60,11 +60,13 @@ ___bold italic___ ```markdown * Item 1 + * Nested Item 1 * Item 2 ``` ```markdown - Item 1 + - Nested Item 1 - Item 2 ``` @@ -98,10 +100,10 @@ ___bold italic___ ```markdown ![Image alt text](/path/to/img.jpg) ![Image alt text](/path/to/img.jpg "title") -![Image alt text][img] ``` ```markdown +![Image alt text][img] [img]: http://foo.com/img.jpg ```