mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
0c6c07b341
Closes #366
16 lines
262 B
Markdown
16 lines
262 B
Markdown
|
|
![Alt text](/path/to/img.jpg)
|
|
|
|
![Alt text](/path/to/img.jpg "Optional title")
|
|
|
|
![Alt text][id]
|
|
|
|
![My Image]
|
|
|
|
![leave me alone]
|
|
|
|
![leave me alone][]
|
|
|
|
[id]: url/to/image.jpg "Optional title attribute"
|
|
[My Image]: url/to/image2.jpg "Optional title attribute"
|