MarkdownWriterSettings Class
Namespace: DotMarkdown
Assembly: DotMarkdown.dll
public class MarkdownWriterSettings
Inheritance
Object → MarkdownWriterSettings
Constructors
Constructor | Summary |
---|---|
MarkdownWriterSettings(MarkdownFormat, String, NewLineHandling, Boolean) |
Properties
Property | Summary |
---|---|
CloseOutput | |
Default | |
Format | |
NewLineChars | |
NewLineHandling |
Methods
Method | Summary |
---|---|
Equals(Object) | (Inherited from Object) |
GetHashCode() | (Inherited from Object) |
GetType() | (Inherited from Object) |
MemberwiseClone() | (Inherited from Object) |
ToString() | (Inherited from Object) |
WithCloseOutput(Boolean) | |
WithFormat(MarkdownFormat) | |
WithNewLineChars(String) | |
WithNewLineHandling(NewLineHandling) |