This markdown parser accepts a custom defined markdown format and creates an object tree from the markdown text.
This parser does not provides highlighted textfield. You can make such a textfield with the markdown object tree that was generated by this parser.
Reference this project and please make more wonderful syntax parser. The code in this project was made to be simple.