Table of Contents

Class GridTableSerializer

Namespace
Mythosia.Documents.Elements
Assembly
Mythosia.Documents.Abstractions.dll

Renders tables as standard Markdown pipe tables. Rows whose origin cells carry ColumnHeader = true are treated as header rows; if none exist, the first row is used as the header.

public class GridTableSerializer : ITableSerializer
Inheritance
GridTableSerializer
Implements
Inherited Members

Methods

Render(TableItem, StringBuilder)

Renders the table into sb. Implementations must append a trailing blank line when they emit output.

public void Render(TableItem table, StringBuilder sb)

Parameters

table TableItem
sb StringBuilder