showdownjs / showdown

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

Include an example of converting HTML to markdown #767

Open gajus opened 4 years ago

gajus commented 4 years ago

It is nowhere to be seen in the documentation as far as I can see.

kirincc commented 4 years ago

see this issue

converter.makeHtml(value)
converter.makeMarkdown(value)