C# Class Tanka.Markdown.Inline.InlineParser

Mostrar archivo Open project: pekkah/Tanka.Markdown

Public Methods

Method Description
InlineParser ( ) : System.Collections.Generic
Parse ( StringRange content ) : IEnumerable

Private Methods

Method Description
GetBuilder ( int position, StringRange content ) : SpanBuilder
ParseCore ( StringRange content ) : IEnumerable

Method Details

InlineParser() public method

public InlineParser ( ) : System.Collections.Generic
return System.Collections.Generic

Parse() public method

public Parse ( StringRange content ) : IEnumerable
content StringRange
return IEnumerable