Method | Description | |
---|---|---|
CodeInline ( ) : System.Collections.Generic |
Initializes a new inline code span.
|
|
ToString ( ) : string |
Converts the object into it's textual representation.
|
Method | Description | |
---|---|---|
AddTripChars ( List |
Returns the chars that if found means we might have a match.
|
|
Parse ( string markdown, int start, int maxEnd ) : |
Attempts to parse an inline code span.
|
public CodeInline ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |