HTML2Markdown
Converts HTML to Markdown syntax.
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Html2Markdown.Scheme.Markdown Class Reference

Collection of IReplacer for converting vanilla Markdown See : https://daringfireball.net/projects/markdown/syntax. More...

Inheritance diagram for Html2Markdown.Scheme.Markdown:
Html2Markdown.Scheme.AbstractScheme Html2Markdown.Scheme.IScheme

Public Member Functions

 Markdown ()
 Initializes a new instance of the Markdown class. Sets up the replacement groups for converting vanilla Markdown.
 
- Public Member Functions inherited from Html2Markdown.Scheme.AbstractScheme
IList< IReplacerReplacers ()
 Gets the collection of IReplacer instances.
 
void AddReplacer (IReplacer replacer)
 Adds a single replacer to the collection.
 
IList< IReplacerReplacers ()
 The collection of IReplacer that for this scheme.
 

Additional Inherited Members

- Static Protected Member Functions inherited from Html2Markdown.Scheme.AbstractScheme
static void AddReplacementGroup (IList< IReplacer > replacers, IReplacementGroup replacementGroup)
 Adds a group of replacements to the provided list of replacers.
 
- Protected Attributes inherited from Html2Markdown.Scheme.AbstractScheme
readonly IList< IReplacerReplacerCollection = new List<IReplacer>()
 The collection of IReplacer instances used for replacements.
 

Detailed Description

Collection of IReplacer for converting vanilla Markdown See : https://daringfireball.net/projects/markdown/syntax.

Constructor & Destructor Documentation

◆ Markdown()

Html2Markdown.Scheme.Markdown.Markdown ( )
inline

Initializes a new instance of the Markdown class. Sets up the replacement groups for converting vanilla Markdown.


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