fix: cleanup formats and add opus, fixes #159

This commit is contained in:
C4illin 2024-09-30 15:51:11 +02:00
parent 6caa583c35
commit ae1dfafc9d
2 changed files with 28 additions and 0 deletions

View file

@ -23,6 +23,9 @@ export const normalizeOutputFiletype = (filetype: string): string => {
return "jpg";
case "latex":
return "tex";
case "markdown_phpextra":
case "markdown_strict":
case "markdown_mmd":
case "markdown":
return "md";
default: