|
wxMaxima
|
This file contains the code for MarkDownParser. More...
#include "precomp.h"#include <wx/wx.h>#include <wx/string.h>#include <wx/config.h>#include <wx/tokenzr.h>#include <wx/regex.h>#include <list>#include <memory>#include "Configuration.h"Go to the source code of this file.
Data Structures | |
| class | MarkDownParser |
| A generic markdown Parser. More... | |
| class | MarkDownParser::RegexReplacer |
| A pair of a regExp and a string that has to replace the matches. More... | |
| class | MarkDownTeX |
| A markdown parser for TeX. More... | |
| class | MarkDownHTML |
| A markdown parser for HTML. More... | |
This file contains the code for MarkDownParser.
MarkDownParser is the class that handles the markdown syntax