Type Alias TExportV2

TExportV2: {
    "application/vnd.myscript.jiix"?: JIIXV2Export;
    "application/x-latex"?: string;
    "text/plain"?: string;
}

Type declaration

  • Optionalapplication/vnd.myscript.jiix?: JIIXV2Export

    vnd.myscript.jiix is used for text and raw-content exports

  • Optionalapplication/x-latex?: string

    x-latex is only use for math export

    katex to render

  • Optionaltext/plain?: string

    text/plain is only use for text export

List all supported MIME types for export.

Attention the MIME types supported depend on the type of recognition

Documentation