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["To"]
class Type type-node
Syntax
public class To : EnumBaseType
Fields
Name | Constant Value | Summary |
---|---|---|
AsciiDoc |
(AsciiDoc) or asciidoctor (AsciiDoctor).
static
|
|
Beamer |
(LaTeX beamer slide show).
static
|
|
Commonmark |
CommonMark Markdown.
static
|
|
Commonmark |
CommonMark Markdown with extensions.
static
|
|
ConTeXt |
(ConTeXt).
static
|
|
DocBook |
DocBook.
static
|
|
DocBook5 |
(DocBook 5).
static
|
|
Docx |
Word docx.
static
|
|
DokuWiki |
DokuWiki markup.
static
|
|
DZSlides |
(DZSlides HTML5 + JavaScript slide show),.
static
|
|
Epub |
EPUB.
static
|
|
Epub2 |
(EPUB v2).
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
|
|
Html4 |
(XHTML 1.0 Transitional).
static
|
|
Icml |
(InDesign ICML).
static
|
|
Jats |
JATS XML.
static
|
|
JatsArchiving |
(JATS XML, Archiving and Interchange Tag Set).
static
|
|
JatsArticleAuthoring |
(JATS XML, Article Authoring Tag Set).
static
|
|
JatsPublishing |
(JATS XML, Journal Publishing Tag Set).
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
|
|
Ms |
(roff ms).
static
|
|
MultiMarkdown |
MultiMarkdown.
static
|
|
Muse |
Muse.
static
|
|
Native |
native Haskell.
static
|
|
Odt |
ODT.
static
|
|
OpenDocument |
(OpenDocument).
static
|
|
Opml |
OPML.
static
|
|
Org |
Emacs Org mode.
static
|
|
(PDF).
static
|
||
PhpExtraMarkdown |
PHP Markdown Extra.
static
|
|
Plain |
(plain text),.
static
|
|
Pptx |
(PowerPoint slide show).
static
|
|
ReStructuredText |
reStructuredText.
static
|
|
Revealjs |
(reveal.js HTML5 + JavaScript slide show).
static
|
|
Rtf |
(Rich Text Format).
static
|
|
S5 |
(S5 HTML and JavaScript slide show).
static
|
|
Slideous |
(Slideous HTML and JavaScript slide show).
static
|
|
Slidy |
(Slidy HTML and JavaScript slide show).
static
|
|
StrictMarkdown |
original unextended Markdown.
static
|
|
Tei |
(TEI Simple).
static
|
|
Texinfo |
(GNU Texinfo).
static
|
|
Textile |
Textile.
static
|
|
XWiki |
(XWiki markup).
static
|
|
ZimWiki |
(ZimWiki markup).
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
|