Commit Graph

2 Commits (440170aadc1da0b83cf45c84486cb1b140fbfb65)

Author SHA1 Message Date
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
Estevao Soares dos Santos 358947bd29 feat(makeMarkdown): convert HTML to MD
This feature enables convertion of HTML into MD.
2018-07-07 19:05:16 +01:00