From Class

Assembly
Cake.Pandoc.dll
Namespace
Cake.Pandoc.Enums
Base Types
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
CommonmarkWithExtensions
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
GitHubFlavoredMarkdown
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<From>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<From>(From[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<From>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<From>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<From>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<From>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin