flex - ActionScript library to convert Markdown to HTML -
I am currently working on a Flex 3.0 project, in which I have to display some input text with minimal formatting.
We are considering using "Markdown" as the chosen route to express this formatting, now I would like to know whether there is a library for this purpose or not.
You can use.
// Usage: var text = "Markdown * rock *."; Var html = showdown Html (text); // & lt; P & gt; Markdown & lt; Em> Rocks & lt; / Em>. & Lt; / P & gt;
Comments
Post a Comment