mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
e4b0e69724
Showdown now supports a simple HTML to Markdown converter. **Usage:** ``` var conv = new showdown.Converter(); var md = conv.makeMarkdown('<a href="/url">a link</a>'); ``` Closes #388, #233
2 lines
81 B
HTML
2 lines
81 B
HTML
<img src="img.png" alt="an image" width="200px" height="300px" title="a title"/>
|