fix: reorder pandoc items

This commit is contained in:
not-nullptr 2025-04-12 23:23:12 +01:00
parent 8f8ea34483
commit 48c2a9847e
1 changed files with 3 additions and 3 deletions

View File

@ -64,9 +64,10 @@ export class PandocConverter extends Converter {
public supportedFormats = [
".docx",
".md",
".rtf",
".doc",
".md",
".html",
".rtf",
".csv",
".tsv",
".json",
@ -74,7 +75,6 @@ export class PandocConverter extends Converter {
".epub",
".odt",
".docbook",
".html",
];
}