PandocSettings.

PreserveTabs Property

Summary

Preserve tabs instead of converting them to spaces. (By default, pandoc converts tabs to spaces before parsing its input.)
Assembly
Cake.Pandoc.dll
Namespace
Cake.Pandoc
Containing Type
PandocSettings

Syntax

public bool PreserveTabs { get; set; }

Attributes

Type Description
DataMemberAttribute

Value

Type Description
bool