Reputation: 1086
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.
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
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