C# Class UniversalMarkdown.Parse.Elements.StrikethroughTextInline

Represents a span containing strikethrough text.
Inheritance: MarkdownInline, IInlineContainer
Datei anzeigen Open project: QuinnDamerell/UniversalMarkdown Class Usage Examples

Public Methods

Method Description
StrikethroughTextInline ( ) : System.Collections.Generic

Initializes a new strikethrough text span.

ToString ( ) : string

Converts the object into it's textual representation.

Private Methods

Method Description
AddTripChars ( List tripCharHelpers ) : void

Returns the chars that if found means we might have a match.

Parse ( string markdown, int start, int maxEnd ) : Common.InlineParseResult

Attempts to parse a strikethrough text span.

Method Details

StrikethroughTextInline() public method

Initializes a new strikethrough text span.
public StrikethroughTextInline ( ) : System.Collections.Generic
return System.Collections.Generic

ToString() public method

Converts the object into it's textual representation.
public ToString ( ) : string
return string