MarkdownFormatter Enumeration |
Specifies the way output will be formatted.
Namespace: Aspose.Html.SavingAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic enum MarkdownFormatter
Public Enumeration MarkdownFormatter
public enum class MarkdownFormatter
Members
| Member name | Value | Description |
---|
| Default | 1 |
Document will be saved using default markdown style.
|
| Git | 2 |
Document will be saved using Git markdown style.
|
See Also