|
wxMaxima
|
A markdown parser for TeX. More...
#include <MarkDown.h>
Public Member Functions | |
| MarkDownTeX (Configuration *cfg) | |
| wxString | MarkDown (wxString str) |
| const replaceList & | RegexReplaceList () const |
| A list of things we want to replace. | |
Protected Types | |
| typedef std::list< RegexReplacer > | replaceList |
Protected Attributes | |
| Configuration * | m_configuration = NULL |
| replaceList | regexReplaceList |
A markdown parser for TeX.