The title is self-explaining. I would like to translate my Markdown into HTML but also the inverse direction 开发者_如何学Goshould be possible.
In my mind, one of the bigger goals of Markdown is to prevent the user from t开发者_StackOverflow社区yping potentially malformed HTML directly.
I\'m using markdownsharp with my asp.net forms website. I want to use MarkItUp as my editor and have found a straight forward article on how to integrate with MVC which seems straight forward enough:
I\'m using the following JavaScript function to hide images on my webpage in the event that the source image is not found: