Hi,
I am using Radeditor and markdown.js for saving the rad editor value in markdown mode. When I try to convert markdown values in HTML mode then some of the scenario are breaking while conversion.
1. When bullets/Numbers are entered in the text
2. When underlined the text
Below is the method which I am using
markdown.toHTML(content, 'Maruku');
Thanks in advance.