HTML2Markdown
Converts HTML to Markdown syntax.
Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 CHtml2Markdown.ConverterAn Html to Markdown converter
 CHtml2Markdown.Replacement.IReplacementGroupGroups IReplacer instances into groups. This enables easier configuration of IScheme
 CHtml2Markdown.Replacement.CommonMark.CommonMarkLayoutReplacementGroupA group of IReplacer to deal with converting HTML that is used for layout
 CHtml2Markdown.Replacement.EntitiesReplacementGroupA group of IReplacer to deal with converting HTML entities
 CHtml2Markdown.Replacement.HeadingReplacementGroupA group of IReplacer to deal with converting HTML headers
 CHtml2Markdown.Replacement.IllegalHtmlReplacementGroupA group of IReplacer to deal with removing illegal HTML
 CHtml2Markdown.Replacement.LayoutReplacementGroupA group of IReplacer to deal with converting HTML that is used for layout
 CHtml2Markdown.Replacement.TextFormattingReplacementGroupA group of IReplacer to deal with converting HTML for formatting text
 CHtml2Markdown.Replacement.IReplacerSearches an entire HTML string and replaces particular matches
 CHtml2Markdown.Replacement.CompositeReplacerAllows for multiple replacements to be applied to the HTML
 CHtml2Markdown.Replacement.EmphasisTagReplacerReplaces the HTML emphasis tag with its Markdown equivalent
 CHtml2Markdown.Replacement.StrongTagReplacerReplace the strong tag with its Markdown equivalent
 CHtml2Markdown.Replacement.CustomReplacerAllows custom replacement of HTML tags utilizing external functions
 CHtml2Markdown.Replacement.AnchorTagReplacerReplaces an anchor tag with the link text and the link URL in Markdown format
 CHtml2Markdown.Replacement.BlockquoteTagReplacerReplaces a blockquote tag with the appropriate Markdown format
 CHtml2Markdown.Replacement.CodeTagReplacerReplaces the HTML code tag with its Markdown equivalent
 CHtml2Markdown.Replacement.HeadingTagReplacerReplaces the HTML heading tag with its Markdown equivalent
 CHtml2Markdown.Replacement.HtmlEntitiesReplacerReplaces HTML entities with their Markdown equivalent
 CHtml2Markdown.Replacement.HtmlListReplacerReplaces HTML lists with their Markdown equivalent
 CHtml2Markdown.Replacement.ImageTagReplacerReplaces HTML image tags with their Markdown equivalent
 CHtml2Markdown.Replacement.ParagraphTagReplacerReplace the paragraph tag with its Markdown equivalent
 CHtml2Markdown.Replacement.PreTagReplacerReplaces the pre tag with a Markdown equivalent
 CHtml2Markdown.Replacement.PatternReplacerAllows replacement with a regular expression
 CHtml2Markdown.Replacement.BodyTagReplacerRemoves the body tag
 CHtml2Markdown.Replacement.BreakTagReplacerReplaces the HTML break tag with its Markdown equivalent
 CHtml2Markdown.Replacement.DocTypeReplacerRemoves the doctype tag
 CHtml2Markdown.Replacement.HeadTagReplacerRemoves the doctype tag
 CHtml2Markdown.Replacement.HorizontalRuleTagReplacerReplaces the HTML horizontal rule tag with its Markdown equivalent
 CHtml2Markdown.Replacement.HtmlCommentReplacerRemoves the HTML comment tag
 CHtml2Markdown.Replacement.HtmlTagReplacerRemoves the HTML tag
 CHtml2Markdown.Replacement.LinkTagReplacerRemoves the link tag
 CHtml2Markdown.Replacement.MetaTagReplacerRemoves the meta tag
 CHtml2Markdown.Replacement.ScriptTagReplacerRemoves the script tag
 CHtml2Markdown.Replacement.TitleTagReplacerRemoves the title tag
 CHtml2Markdown.Scheme.ISchemeAllows creation of custom conversion schemes to control conversion
 CHtml2Markdown.Scheme.AbstractSchemeA group of IReplacer to deal with converting HTML entities
 CHtml2Markdown.Scheme.CommonMarkCollection of IReplacer for converting CommonMark Markdown https://commonmark.org/
 CHtml2Markdown.Scheme.MarkdownCollection of IReplacer for converting vanilla Markdown See : https://daringfireball.net/projects/markdown/syntax