[−][src]Enum pandoc::PandocOption
Variants
DataDir(PathBuf)
--data-dir=DIRECTORY
Strict
--strict
ParseRaw
-R --parse-raw
Smart
-S --smart
OldDashes
--old-dashes
BaseHeaderLevel(u32)
--base-header-level=NUMBER
IndentedCodeClasses(String)
--indented-code-classes=STRING
Filter(PathBuf)
-F PROGRAM --filter=PROGRAM
Normalize
--normalize
PreserveTabs
-p --preserve-tabs
TabStop(u32)
--tab-stop=NUMBER
TrackChanges(TrackChanges)
--track-changes=accept|reject|all
ExtractMedia(PathBuf)
--extract-media=PATH
Standalone
-s --standalone
Template(PathBuf)
--template=FILENAME
Meta(String, Option<String>)
-M KEY[:VALUE] --metadata=KEY[:VALUE]
Var(String, Option<String>)
-V KEY[:VALUE] --variable=KEY[:VALUE]
PrintDefaultTemplate(String)
-D FORMAT --print-default-template=FORMAT
PrintDefaultDataFile(PathBuf)
--print-default-data-file=FILE
NoWrap
--no-wrap
Columns(u32)
--columns=NUMBER
TableOfContents
--toc, --table-of-contents
TableOfContentsDepth(u32)
--toc-depth=NUMBER
NoHighlight
--no-highlight
HighlightStyle(String)
--highlight-style=STYLE
IncludeInHeader(PathBuf)
-H FILENAME --include-in-header=FILENAME
IncludeBeforeBody(PathBuf)
-B FILENAME --include-before-body=FILENAME
IncludeAfterBody(PathBuf)
-A FILENAME --include-after-body=FILENAME
SelfContained
--self-contained
Offline
--offline
Html5
-5 --html5
HtmlQTags
--html-q-tags
Ascii
--ascii
ReferenceLinks
--reference-links
AtxHeaders
--atx-headers
TopLevelDivision(Tld)
--top-level-division=
NumberSections
-N --number-sections
NumberOffset(Vec<u32>)
--number-offset=NUMBERS
NoTexLigatures
--no-tex-ligatures
Listings
--listings
Incremental
-i --incremental
SlideLevel(u32)
--slide-level=NUMBER
SectionDivs
--section-divs
DefaultImageExtension(String)
--default-image-extension=extension
EmailObfuscation(EmailObfuscation)
--email-obfuscation=none|javascript|references
IdPrefix(String)
--id-prefix=STRING
TitlePrefix(String)
-T STRING --title-prefix=STRING
Css(URL)
-c URL --css=URL
ReferenceOdt(PathBuf)
--reference-odt=FILENAME
ReferenceDocx(PathBuf)
--reference-docx=FILENAME
EpubStylesheet(PathBuf)
--epub-stylesheet=FILENAME
EpubCoverImage(PathBuf)
--epub-cover-image=FILENAME
EpubMetadata(PathBuf)
--epub-metadata=FILENAME
EpubEmbedFont(PathBuf)
--epub-embed-font=FILE
EpubChapterLevel(u32)
--epub-chapter-level=NUMBER
PdfEngine(PathBuf)
--pdf-engine=PROGRAM
PdfEngineOpt(String)
--pdf-engine-opt=STRING
Bibliography(PathBuf)
--bibliography=FILE
Csl(PathBuf)
--csl=FILE
CitationAbbreviations(PathBuf)
--citation-abbreviations=FILE
Natbib
--natbib
Biblatex
--biblatex
LatexMathML(Option<URL>)
-m[URL] --latexmathml[=URL], --asciimathml[=URL]
AsciiMathML(Option<URL>)
--asciimathml[=URL]
MathML(Option<URL>)
--mathml[=URL]
MimeTex(Option<URL>)
--mimetex[=URL]
WebTex(Option<URL>)
--webtex[=URL]
JsMath(Option<URL>)
--jsmath[=URL]
MathJax(Option<URL>)
--mathjax[=URL]
Katex(Option<URL>)
--katex[=URL]
KatexStylesheet(URL)
--katex-stylesheet=URL
GladTex
-gladtex
Trace
--trace
DumpArgs
--dump-args
IgnoreArgs
--ignore-args
Verbose
--verbose
Trait Implementations
impl Clone for PandocOption
[src]
impl Clone for PandocOption
fn clone(&self) -> PandocOption
[src]
fn clone(&self) -> PandocOption
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Debug for PandocOption
[src]
impl Debug for PandocOption
Auto Trait Implementations
impl Send for PandocOption
impl Send for PandocOption
impl Sync for PandocOption
impl Sync for PandocOption
Blanket Implementations
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
type Owned = T
fn to_owned(&self) -> T
[src]
fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
fn clone_into(&self, target: &mut T)
[src]
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (toowned_clone_into
)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more
impl<T> From for T
[src]
impl<T> From for T
impl<T, U> Into for T where
U: From<T>,
[src]
impl<T, U> Into for T where
U: From<T>,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
impl<T, U> TryFrom for T where
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
try_from
)Performs the conversion.
impl<T> Borrow for T where
T: ?Sized,
[src]
impl<T> Borrow for T where
T: ?Sized,
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
try_from
)Performs the conversion.
impl<T> BorrowMut for T where
T: ?Sized,
[src]
impl<T> BorrowMut for T where
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> Any for T where
T: 'static + ?Sized,
[src]
impl<T> Any for T where
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
fn get_type_id(&self) -> TypeId
🔬 This is a nightly-only experimental API. (get_type_id
)
this method will likely be replaced by an associated static
Gets the TypeId
of self
. Read more