Skip to content

M_Cyjb_Markdown_Document_Parse

CYJB edited this page Feb 1, 2024 · 2 revisions

Document.Parse 方法 (TextReader, Nullable(ParseOptions))

解析指定 Markdown 字符串,并返回解析后的语法树。

Namespace: Cyjb.Markdown
Assembly: Cyjb.Markdown (in Cyjb.Markdown.dll) Version: 1.0.2+f073417ab111e884603147b5dc42e8ccc863a984

语法

C#

public static Document Parse(
	TextReader textReader,
	ParseOptions? options = null
)

参数

 

textReader
Type: System.IO.TextReader
要解析的文本读取器。
options (Optional)
Type: System.Nullable(ParseOptions)
解析的选项。

返回值

Type: Document
解析得到的 Markdown 语法树。

参见

Reference

Document 类
Parse 重载
Cyjb.Markdown 命名空间

Clone this wiki locally