wxMaxima
Classes | Public Member Functions | Protected Types | Protected Attributes | List of all members
MarkDownParser Class Referenceabstract

#include <MarkDown.h>

Inheritance diagram for MarkDownParser:
Inheritance graph
[legend]
Collaboration diagram for MarkDownParser:
Collaboration graph
[legend]

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

Protected Attributes

Configurationm_configuration
 
replaceList regexReplaceList
 

Detailed Description

A generic markdown Parser.


The documentation for this class was generated from the following files: