C# Class UniversalMarkdown.Parse.Elements.ItalicTextInline

Represents a span containing italic text.
Inheritance: MarkdownInline, IInlineContainer
Show file Open project: QuinnDamerell/UniversalMarkdown Class Usage Examples

Public Methods

Method Description
ItalicTextInline ( ) : System.Collections.Generic

Initializes a new italic 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 italic text span.

Method Details

ItalicTextInline() public method

Initializes a new italic text span.
public ItalicTextInline ( ) : System.Collections.Generic
return System.Collections.Generic

ToString() public method

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