C# 클래스 Tanka.Markdown.MarkdownParser

파일 보기 프로젝트 열기: pekkah/Tanka.Markdown 1 사용 예제들

공개 메소드들

메소드 설명
MarkdownParser ( bool skipEmptyLines = true ) : System
Parse ( string markdown ) : Document

보호된 메소드들

메소드 설명
ParseBlocks ( StringRange document ) : IEnumerable

비공개 메소드들

메소드 설명
BuildBlock ( IBlockBuilder builder, int start, StringRange document, int &newPosition ) : Blocks.Block
GetBuilder ( int start, StringRange document ) : IBlockBuilder
ResolveReferences ( List blocks ) : void

메소드 상세

MarkdownParser() 공개 메소드

public MarkdownParser ( bool skipEmptyLines = true ) : System
skipEmptyLines bool
리턴 System

Parse() 공개 메소드

public Parse ( string markdown ) : Document
markdown string
리턴 Document

ParseBlocks() 보호된 메소드

protected ParseBlocks ( StringRange document ) : IEnumerable
document StringRange
리턴 IEnumerable