wxMaxima
Loading...
Searching...
No Matches
Data Structures
MarkDown.h File Reference

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"
Include dependency graph for MarkDown.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

This file contains the code for MarkDownParser.

MarkDownParser is the class that handles the markdown syntax