interface MdExportOptions {
    emphasisMarker?: "asterisk" | "underscore";
    exportPattern?: string;
    strongMarker?: "asterisk" | "underscore";
    tableColumnWidth?: "consolidate" | "evenly_distribute_cells";
    unorderedListBullet?: "asterisks" | "plus";
}

Properties

emphasisMarker?: "asterisk" | "underscore"
exportPattern?: string
strongMarker?: "asterisk" | "underscore"
tableColumnWidth?: "consolidate" | "evenly_distribute_cells"
unorderedListBullet?: "asterisks" | "plus"