Dinesh M
Dinesh M

Reputation: 1086

Jquery plugin for Converting HTML to Markdown

Am using bootstrap markdown comment box for comment option. am providing an option to edit. while editing, the html content should be appended inside the markdown. but it results in displaying the html tags.

enter image description here

I want to convert the html tag to markdown format. Is there any simplest jquery plugin to convert the html element to markdown??

Thanks in advance.

Dinesh

Upvotes: 0

Views: 657

Answers (1)

egvaldes
egvaldes

Reputation: 168

This library is probably what you're looking for, it's simple and has some interesting options.

https://github.com/domchristie/to-markdown

Note: I've never used it but I've seen it around a couple of times.

Upvotes: 1

Related Questions