fix: cleanup formats and add opus, fixes #159
This commit is contained in:
parent
6caa583c35
commit
ae1dfafc9d
2 changed files with 28 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue