showdownjs / showdown

A bidirectional Markdown to HTML to Markdown converter written in Javascript
http://www.showdownjs.com/
MIT License
14.1k stars 1.57k forks source link

makeMarkdown need an extension #978

Open zbh876325764 opened 1 year ago

zbh876325764 commented 1 year ago

Expected to also support extension items when converting HTML to markup

example: input:

<audio src='https://www.xxxxx.com/audio.mp3' alt='audio.mp3'></audio>

output:

[audio.mp3](https://www.xxxxx.com/audio.mp3)