M_Cyjb_Markdown_Renderer_BaseRenderer_WriteEmptyTableCell - 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 WriteEmptyTableCell(
TableRow row
)
- row
- Type: Cyjb.Markdown.Syntax.TableRow
缺少单元格的表格行。