mixmark-io / turndown

🛏 An HTML to Markdown converter written in JavaScript
https://mixmark-io.github.io/turndown
MIT License
8.82k stars 880 forks source link

Can you fix the problem of relative path? #482

Open b-y-f opened 2 months ago

b-y-f commented 2 months ago
<div><img src="/abc/test123.png"></div>
==>
![](/test.png) won't display.

after convert to markdown, please add domain in the configuration add domain and then insert the domain to make it abs path?

the-djmaze commented 2 months ago

See extensions...

b-y-f commented 2 months ago

See extensions...

You mean this one? https://github.com/mixmark-io/turndown-plugin-gfm