C# Class UniversalMarkdown.Parse.Elements.CodeInline

Represents a span containing code, or other text that is to be displayed using a fixed-width font.
Inheritance: MarkdownInline, IInlineLeaf
Mostrar archivo Open project: QuinnDamerell/UniversalMarkdown Class Usage Examples

Public Methods

Method Description
CodeInline ( ) : System.Collections.Generic

Initializes a new inline code 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 an inline code span.

Method Details

CodeInline() public method

Initializes a new inline code span.
public CodeInline ( ) : System.Collections.Generic
return System.Collections.Generic

ToString() public method

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