![]() |
wxMaxima
|
#include <MarkDown.h>


Classes | |
| class | RegexReplacer |
| A pair of a regExp and a string that has to replace the matches. More... | |
Public Member Functions | |
| MarkDownParser (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 |
| replaceList | regexReplaceList |
A generic markdown Parser.
1.8.17