1
0
mirror of https://github.com/showdownjs/showdown.git synced 2024-03-22 13:30:55 +08:00
showdown/test/features/#143.support_image_dimensions.md
Estevão Soares dos Santos af82c2b616 feat(image dimensions): add support for setting image dimensions within markdown syntax
This feature allows users to define the image dimensions using markdown syntax:
```
![my image](img.jpg =100x80 "image title")
```
To enable this feature, use the option `parseImgDimensions`.

Closes 
2015-06-17 01:22:05 +01:00

6 lines
96 B
Markdown

![my image](./pic/pic1_50.png =100pxx20px)
![my image2][1]
[1]: ./pic/pic1_50.png =100pxx20px