showdown/src
ggboy-shakalaka 440170aadc
fix(makemarkdown.image): fix bug width|height = auto
`<img src="a" width="auto" height="auto" />` transforms into `![null](<a> =autoxauto)`.
After fix, the output becomes `![null](<a> =*x*)`

Closes #622
2022-04-25 18:43:58 +01:00
..
cli chore: minor fix in tests 2022-03-10 00:17:27 +00:00
subParsers fix(makemarkdown.image): fix bug width|height = auto 2022-04-25 18:43:58 +01:00
converter.js feat(makeMarkdown.ghMentions): add support for ghMentions in makeMarkdown 2022-04-16 20:06:05 +01:00
helpers.js fix: add polyfill method for array.isArray 2022-04-03 09:36:37 +01:00
loader.js fix(loader): allow AMD loader to be used within Node env 2017-08-27 19:20:48 +01:00
options.js fix(cli): cli now works properly 2022-03-03 12:48:23 +00:00
showdown.js fix(cli): cli now works properly 2022-03-03 12:48:23 +00:00