M_Cyjb_Markdown_Renderer_BaseRenderer_WriteTableBody - CYJB/Cyjb.Markdown GitHub Wiki
写入表格的内容。
Namespace: Cyjb.Markdown.Renderer
Assembly: Cyjb.Markdown (in Cyjb.Markdown.dll) Version: 1.0.2+f073417ab111e884603147b5dc42e8ccc863a984
C#
protected virtual void WriteTableBody(
Table table,
IEnumerable<TableRow> rows
)
- table
- Type: Cyjb.Markdown.Syntax.Table
表格节点。 - rows
- Type: System.Collections.Generic.IEnumerable(TableRow)
表格的行。