CsvToMarkdown.

WithHeader() Method

Summary

Treats the first line of input content as a header and generates <th> tags in the output table.
Assembly
Wyam.Tables.dll
Namespace
Wyam.Tables
Containing Type
CsvToMarkdown

Syntax

public CsvToMarkdown WithHeader()

Return Value

Type Description
CsvToMarkdown The current module instance.
GitHub