turndown
turndown copied to clipboard
Added encode url & img size convert
I detected two issues :
- convert img size
- issue when have spaces on url
in this PR I try to fix this issues. Thank you.
Does this actually solve any issue with the library? AFAIK image size is not part of Common Mark specification and the library is definitelly not a place to fix incorrectly encoded URLs.
I am sure that if you need those custom features they can be achieved by custom rules https://github.com/mixmark-io/turndown#extending-with-rules.
OK, Thank you.