Satyam, Think about this, RTE content is HTML and at run time as author
updates it doesn't make sense to convert it to Markdown since RTE cant
render markdown view. 1. You can try to leverage markdown portion from
CF and hook in to a dialog box for author.OR2. Once author has completed
RTE update, convert that to markdown.Approach 1 is good as author can
use markdown for creating content and may be complex to
implement.Approach 2 author still uses HTML to create but page renders
as markdownand a...