Syncfusion.Markdown None. This is default style. Heading 1 Heading 2 Heading 3 Heading 4 Heading 5 Heading 6 Block quote Specifies type of the sub and super script. No subscript or superscript. Specifies superscript format. Specifies subscript format. Specifies type of alignment for table column. Left alignment Right alignment Center alignment. Represents an interface for Block in Markdown Represents an interface for inlline in Markdown. Represents a class to maintain Markdown document. Gets or sets list of blocks in Markdown Adds the to the Markdown. The reference to the newly created paragraph. Adds the to the Markdown. The reference to the newly created thematicbreak. Adds the to the Markdown. Returns new MdCodeBlock. Adds the to the Markdown. /// The reference to the newly created table. Gets markdown content as text. A string containing the serialized Markdown content. Initializes a new instance of the class. Initializes new instance for class. Stream containing Markdown data. Settings used for importing Markdown. Parses a Markdown document from stream using the given settings. Stream containing Markdown content. Import settings for parsing. Parses a Markdown document from stream using the given settings. Stream containing Markdown content. Import settings for parsing. Disposes the document. Represents the markdown syntax characters. Represents horizontal rule syntax. Represents the syntax of indent code block in Markdown Represents the syntax of fenced code block in Markdown Represents the another syntax of fenced code block in Markdown as tilde character Represents the syntax of table which start and end with this char in Markdown Represents the syntax of hyphen which seprate table cell in Markdown Represents the start comment element in the markdown Represents the HTML end comment element in the markdown. Bold syntax in Markdown. Italic syntax in markdown. Code span syntax in markdown Strikeout syntax in markdown Superscript open tag Subscript open tag Superscript close tag Subscript close tag Represents checked task item syntax. Represents unchecked task item syntax. Represents the control characters contants. Carriage return character: "\x000d" or "\r". Same as ParagraphBreak. Carriage return followed by line feed character: "\x000d\x000a" or "\r\n". Not used as such in Microsoft Word documents, but commonly used in text files for paragraph breaks. Line feed string: "\x000a" or "\n". Same as Line feed. Space character Backtick character Tilde character Hash character Minus character Plus character Star character Period character Open square bracket character Close square bracket character Open parenthesis character Close parenthesis character Double quote character Comma character Exclamatory character Exclamatory character Lesser than character Represents a class to parse Markdown document. Indicates whether the next line is exist or not in the markdown file. Gets or sets the previous line Gets or sets the previous line Gets the current format Parse the Markdown stream and create Markdown DOM. Validate the current line has proper hyperlink syntax. Current line Display text of hyperlink or alttext of image. Url of hyperlink or source path of image. Screentip of hyperlink Index at end of bracket True, if it satisfies image or hyperlink syntax, else false. Validate whether having balancing open and close character and get the content within them. Text to check Start index of opening character. End index of closing character Opening character Closing character Text within the opening and closing character Returns true, once balancing character reached. And also stop the traversing once balancing found. Check whether the line is start with fenced code block. Read the line from the textlines. Reset the current line to previous line and also update the previous line, index. Parse indented code block. Parse fenced code block. Parse table cell. Move parsed inline items from paragraph to cell and set bold for first row Source paragraph Destination table cell Whether it is first row column Check whether the current line is a table or not. Check whether the current line contains table syntax. Parse paragraph. Process line in first stage Close the SuperScript and Subscript delimiter List of text and textformats Current Text Current Position Index Current Character End index Open delimiter Close Delimiter Procee hyperlink or image syntax Create syntax of hyperlink and add in keyvaluepair collection for 2nd stage of processing. Create syntax of image and add in keyvaluepair collection for 2nd stage of processing. Check whether the given text satisfies basic syntax of hyperlink or image Add the given text as literal text value and reset the text to parse next text. Add the delimiter as closing tag in KeyValuePair and convert invalid openers as literal text Collection to add close tag. Index of opener in the list. Delimiter syntax Delimiter to add as close Remove the item at given index and add new item using given key and value Check the given keyvalue pair is opener of any supported delimiters Gets the image using the given string. Check current line is comment Get list value Check whether the current line is list or not True if need to check curent line is list or not. False, if need to check current line is list or not and also get the list values Check whether the current line is indented for the nested list or not. Check whether the content inside the list needs to be considered as para with indent or code block true, if need to be considered as code block Removes the list levels previous list before space length Number or bulleted list Get the continuous number characters from the beginning of given string. Check whether the current line is indent code block start line. Check whether the fenced code end occur. Get the continues given character in a string. Split the line with given character, but not followed by "\" Convert the colletion of syntax to inline items. List holding the collection of items and style. Add MdTextRange in paragraph with format. Apply current format to the given text textrange Push the new style Replace the symbols followed with a backslash Current text Return the text after removing the backslash Check the current line is thematic break item or not. Closes this instance. Represents whether image node event is subscribed. Execute the image node visited event. Converts word document Markdown. Carriage return followed by line feed character: "\x000d\x000a" or "\r\n". Space character Iterates through MarkdownTable and writes the contents of table. The contents of table Returns Inline Items. Validate the opening and closing delimiters along with symbols Paragraph text Space to be add after delimiter Current textrange text Next sibiling of current textrange Converts MarkdownDocument to HTML content. Carriage return followed by line feed character: "\x000d\x000a" or "\r\n". Converts Markdown content to HTML string The markdown document to convert HTML content as string Converts MarkdownDocument to HTML string The markdown document to convert HTML content as string Converts a markdown block to HTML The markdown block to convert The next block for context Current list state for proper nesting HTML representation of the block Converts MdParagraph to HTML The paragraph to convert The next block for context Current list state for proper nesting HTML representation of the paragraph Handles list item conversion with proper nesting The paragraph with list format The content of the paragraph The next block for context Current list state HTML for the list item Closes all open lists StringBuilder to append to Current list state Converts inline elements to HTML Collection of inline elements HTML representation of inline elements Converts MdTable to HTML The table to convert HTML representation of the table Gets alignment style for table cells Column alignments Column index Style attribute for alignment Converts MdCodeBlock to HTML The code block to convert HTML representation of the code block Escapes HTML special characters Text to escape HTML-escaped text Helper class to track list state for proper nesting Information about a list level Represents a code block in Markdown. Gets or sets lines of code in code block. Gets or sets a value indicating whether lines of code are indented or fenced code. Default it is true. Gets or sets the language of the code block (e.g., "csharp", "javascript", "html"). Closes the code block. Represents a hyperlink in Markdown. Gets or sets the MdTextFormat Gets or sets hyperlink Gets or sets display text of hyperlink Gets or sets screen tip of hyperlink Represents list format for a line in Markdown. Gets or sets a value indicating whether line is numbered. Default it is false. Gets a value used for bulleted list marker in Markdown. Gets a value used for Numbered List Marker in Markdown Gets or sets a value used for representing the list including the nested list in Markdown Gets or sets a value used for representing the list level in Markdown List level must be less than equal to 8 and greater then equal to 0(0-8) Represents a line in Markdown. Gets or sets list of inline items for a line. Gets or sets style for a line. Gets or sets list format for a line. Gets or sets the task item properties of a line. Gets or sets a value indicating horizontal rule in Markdown. Gets or sets a value indicating Blockquote in Markdown. Gets or sets left indent value for paragraph Gets or sets first line indent value for paragraph Defines methods to add MdTextRange to Inlines in the markdown document. Defines methods to add MdHyperlink to Inlines in the markdown document. Defines methods to add MdPicture to Inlines in the markdown document. Applies Paragraph style to MdParagraph. Returns the character for Paragraph style. Closes the paragraph. Represents an image in a Markdown. Gets or sets alternate text for an image. Gets or sets image bytes Gets or sets the image format Gets or sets the image url Closes the picture. Represents a table in Markdown. Get or sets the rows in table. Gets or sets the alignments for each columns in table. Adds table row to rows collection. Represents a table cell in Markdown. Gets or sets the collection of inline items to be preserved in cell. Represents a table row in Markdown. Gets or sets the collection of cells for the particular row. Adds table cell to cells collection for the particular row. Represents the properties for task item in Markdown. This property applies if a paragraph starts with checkbox. Gets or sets a value indicating whether task item is checked. Default is false. Gets or sets a string used for checked task item marker in Markdown Gets or sets a string used for unchecked task item marker in Markdown Represents a class to maintain text format of markdown. Gets or sets a value indicating whether text is bold or not. Gets or sets a value indicating whether text is italic or not. Gets or sets a value indicating whether text is code spanned text. Gets or sets a value indicating whether text is formatted with strikethrough. Gets or sets a value indicating whether text is Hidden or not. Gets or sets the subscript or superscript for the text. Clone the instance Represents a text with formatting in Markdown Gets or sets the MdTextFormat Gets or sets a text in a line. Gets or sets a value indicating LineBreak. Represents a thematic break or horizontal rule in Markdown. Gets a string which is used to add horizontal rule in Markdown.