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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -