C# Class UniversalMarkdown.Parse.Elements.BoldTextInline

Represents a span that contains bold text.
Inheritance: MarkdownInline, IInlineContainer
Mostra file Open project: QuinnDamerell/UniversalMarkdown Class Usage Examples

Public Methods

Method Description
BoldTextInline ( ) : System.Collections.Generic

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

Method Details

BoldTextInline() public method

Initializes a new bold text span.
public BoldTextInline ( ) : System.Collections.Generic
return System.Collections.Generic

ToString() public method

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