presets

Configuration for Pandoc conversions. Defines presets for command-line arguments (args) to use for different input/output formats.

Description:
  • Configuration for Pandoc conversions. Defines presets for command-line arguments (args) to use for different input/output formats.

Source:

Members

(static) docxToHtml :Array.<string>

Description:
  • Arguments for converting DOCX to HTML.

Source:

Arguments for converting DOCX to HTML.

Type:
  • Array.<string>

(static) docxToIcml :Array.<string>

Description:
  • Arguments for converting DOCX to ICML (InCopy Markup Language) as a standalone document.

Source:

Arguments for converting DOCX to ICML (InCopy Markup Language) as a standalone document.

Type:
  • Array.<string>

(static) docxToMarkdown :Array.<string>

Description:
  • Arguments for converting DOCX to Markdown with pipe tables, bracketed spans, and native spans.

Source:

Arguments for converting DOCX to Markdown with pipe tables, bracketed spans, and native spans.

Type:
  • Array.<string>

(static) docxToMarkdownPandoc :Array.<string>

Description:
  • Arguments for converting DOCX to Markdown with grid tables, bracketed spans, and native spans.

Source:

Arguments for converting DOCX to Markdown with grid tables, bracketed spans, and native spans.

Type:
  • Array.<string>