Is there a stable Markdown library that can be used on Flash TextField objects's htmlText
properties?
There is this one that was recommended in a similar question: ActionScript library to convert Markdown to HTML
But doesn't seem to work even if I embed the bold, italic, italic+bold versions of the font (ex: Arial). Plus it seems to leave a bunch of blank lines in between each lines of text.
I'm basically testing it out with this string:
Vanilla Muffin
============
Ingredients:
--------------
- 1 tbsp. **Vanilla** extract
- Muffin**mix**
Directions:
- Mix vanilla with muffin mix.
- place in a muffin pan.
- Bake it!
TADA!
Know of any good Markdown port to AS3?
EDIT: Stackoverflow's formatting seems to apply color to the markdown example above, that should be plain text (just so you know).