1using System.Collections.Generic;
38 internal List<string> IntMailHyperlinks {
get;
set; }
43 internal List<string> IntUrlHyperlinks {
get;
set; }
148 internal Dictionary<string, List<string>> IntMultimediaPerExtension {
get;
set; }
153 internal Dictionary<string, List<string>> IntMultimediaPerContentType {
get;
set; }
158 internal Dictionary<string, List<string>> IntMultimediaPerContentCategory {
get;
set; }
Contains some basic statistical information about a Markdown document.
int NrHashTags
Number of hash-tags.
int NrAbbreviations
Number of abbreviations.
Dictionary< string, string[]> MultimediaPerContentCategory
Multimedia links, per Content Category (top part of Content-Type)
int NrUnnumberedItems
Number of unnumbered items.
int NrDefinitionDescriptions
Number of definition descriptions.
int NrNumberedLists
Number of numbered lists.
int NrCenterAlignedBlocks
Number of center-aligned blocks.
int NrHeaders
Number of headers.
int NrTaskLists
Number of task lists.
int NrHtmlBlocks
Number of HTML blocks.
Dictionary< string, int > NrMultimediaPerContentType
Number of multimedia, per Content-Type
int NrInlineCode
Number of code inlines.
int NrDefinitionLists
Number of definition lists.
int NrDelete
Number of deletes (span+block).
int NrInvisibleBreaks
Number of invisible breaks.
int NrMultimedia
Number of multimedia (total).
int NrNumberedItems
Number of numbered items.
int NrFootnotes
Number of footnotes.
int NrBulletLists
Number of bullet lists.
int NrLineBreak
Number of line breaks.
int NrHtmlUnicodeEntities
Number of unicode HTML entities.
int NrDefinitionTerms
Number of definition terms.
int NrRightAlignedBlocks
Number of right-aligned blocks.
int NrNestedBlocks
Number of nested blocks.
int NrTables
Number of tables.
int NrUrlHyperLinks
Number of URL hyperlinks.
Dictionary< string, string[]> MultimediaPerExtension
Multimedia links, per file extension.
int NrInsert
Number of insert (span+block).
int NrHorizontalRules
Number of horizontal rules.
int NrHtmlEntitiesTotal
Number of HTML entities (total).
int NrDetailsReference
Number of details references.
int NrSections
Number of sections.
int NrStrong
Number of strong.
int NrHtmlEntities
Number of HTML entities.
int NrStrikeThrough
Number of strike throughs.
int NrMultiformatMultimedia
Number of multi-formatted multimedia.
int NrTaskItems
Number of task items.
string[] MailHyperlinks
Mail hyperlinks.
int NrMetaReference
Number of meta references.
Dictionary< string, string[]> MultimediaPerContentType
Multimedia links, per Content-Type
int NrSuperScript
Number of superscripts.
int NrBlockQuotes
Number of block quotes.
int NrLists
Number of lists (total).
int NrEmphasize
Number of emphasizes.
int NrEmojiReference
Number of emoji references.
int NrMailHyperLinks
Number of mail hyperlinks.
int NrInlineHtml
Number of HTML inlines.
int NrSectionSeparators
Number of section separators.
int NrLeftAlignedBlocks
Number of left-aligned blocks.
int NrUnderline
Number of underlines.
int NrInlineScript
Number of script inlines.
Dictionary< string, int > NrMultimediaPerExtension
Number of multimedia, per file extension.
int NrMarginAlignedBlocks
Number of margin-aligned blocks.
int NrParagraph
Number of paragraphs.
Dictionary< string, int > NrMultimediaPerContentCategory
Number of multimedia, per Content Category (top part of Content-Type)
int NrComments
Number of comments.
string[] UrlHyperlinks
URL hyperlinks.
int NrElements
Number of elements in Markdown document (total).
int NrSubscript
Number of subscripts.
int NrFootnoteReference
Number of footnote references
int NrHyperLinks
Number of hyperlinks (total).
int NrListItems
Number of list items (total).
int NrInlineText
Number of text inlines.
int NrCodeBlocks
Number of code blocks.