From: gordon p. <wgo...@gm...> - 2011-05-03 21:48:25
|
Hi, I am adding the Markdown markup language as an option for user input into my web app. I need to be able to validate the syntax of user submitted content to ensure the markup will render properly before accepting the submission. How can I verify that the input contains valid Markdown syntax? I did not see any error reporting mechanisms I could hook into in the code. How should I go about this? Thanks, Gordon |