OSDN Git Service

Regular updates
[twpd/master.git] / markdown.md
index 1a31018..87f0e49 100644 (file)
@@ -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
 ```