showdown/test
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 #143
2015-06-17 01:22:05 +01:00
..
cases tests(images): fix standard testsuite images test 2015-06-08 03:59:40 +01:00
features feat(image dimensions): add support for setting image dimensions within markdown syntax 2015-06-17 01:22:05 +01:00
issues fix(subParsers/lists.js): partial fix for odd behavior on multiple consecutive lists 2015-06-13 14:59:14 +01:00
karlcow test: add karlcow's testsuite 2015-06-11 01:29:42 +01:00
node feat(image dimensions): add support for setting image dimensions within markdown syntax 2015-06-17 01:22:05 +01:00
bootstrap.js test: add karlcow's testsuite 2015-06-11 01:29:42 +01:00