This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Pandoc.
- Assembly
- Cake
.Pandoc .dll - Namespace
- Cake
.Pandoc .Enums - Base Types
-
- Object
- EnumBaseType
graph BT
Type-->Base0["EnumBaseType"]
click Base0 "/api/Cake.Pandoc.Enums/EnumBaseType"
Base0-->Base1["Object"]
Type["From"]
class Type type-node
Syntax
public class From : EnumBaseType
Fields
Name | Constant Value | Summary |
---|---|---|
Commonmark |
CommonMark Markdown.
static
|
|
Commonmark |
CommonMark Markdown with extensions.
static
|
|
Creole |
Creole 1.0.
static
|
|
Csv |
CSV table.
static
|
|
DocBook |
DocBook.
static
|
|
Docx |
Word docx.
static
|
|
DokuWiki |
DokuWiki markup.
static
|
|
Epub |
EPUB.
static
|
|
FictionBook2 |
FictionBook2 e-book.
static
|
|
Git |
GitHub-Flavored Markdown), or the deprecated and less accurate markdown_github; use markdown_github only if you need extensions not supported in gfm.
static
|
|
Haddock |
Haddock markup.
static
|
|
Html |
HTML.
static
|
|
Jats |
JATS XML.
static
|
|
Jira |
Jira/Confluence wiki markup.
static
|
|
Json |
JSON version of native AST.
static
|
|
JupyterNotebook |
Jupyter notebook.
static
|
|
Latex |
LaTeX.
static
|
|
Man |
roff man.
static
|
|
Markdown |
Pandoc’s Markdown.
static
|
|
MediaWiki |
MediaWiki markup.
static
|
|
MultiMarkdown |
MultiMarkdown.
static
|
|
Muse |
Muse.
static
|
|
Native |
native Haskell.
static
|
|
Odt |
ODT.
static
|
|
Opml |
OPML.
static
|
|
Org |
Emacs Org mode.
static
|
|
PhpExtraMarkdown |
PHP Markdown Extra.
static
|
|
ReStructuredText |
reStructuredText.
static
|
|
StrictMarkdown |
original unextended Markdown.
static
|
|
Textile |
Textile.
static
|
|
TikiWiki |
TikiWiki markup.
static
|
|
TWiki |
TWiki markup.
static
|
|
Txt2tags |
txt2tags.
static
|
|
Vimwiki |
Vimwiki.
static
|
Methods
Name | Value | Summary |
---|---|---|
ToString |
string |
Converts to string.
Inherited from EnumBaseType
|
Extension Methods
Name | Value | Summary |
---|---|---|
Dump |
string |
Get a basic string representation of specified object.
From LoggingExtensions
Requires the Cake.Incubator addin
|
IsIn |
bool |
Checks if the source is contained in a list
From EnumerableExtensions
Requires the Cake.Incubator addin
|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp addin
|
NotNull |
void |
From IssuesArgumentChecks
Requires the Cake.Issues addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|