showdown/test/node
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
..
legacyExtensionSupport.js feature(extensionLoading): add support to legacy extensions in the new extension mechanism 2015-06-07 19:02:45 +01:00
showdown.Converter.js feature(extensionLoading): add support to legacy extensions in the new extension mechanism 2015-06-07 19:02:45 +01:00
showdown.Converter.makeHtml.js test: add karlcow's testsuite 2015-06-11 01:29:42 +01:00
showdown.js feat(image dimensions): add support for setting image dimensions within markdown syntax 2015-06-17 01:22:05 +01:00
testsuite.features.js feat(image dimensions): add support for setting image dimensions within markdown syntax 2015-06-17 01:22:05 +01:00
testsuite.issues.js test: add karlcow's testsuite 2015-06-11 01:29:42 +01:00
testsuite.karlcow.js test: add karlcow's testsuite 2015-06-11 01:29:42 +01:00
testsuite.standard.js test: add karlcow's testsuite 2015-06-11 01:29:42 +01:00