We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b0ffc0 commit 68b01ecCopy full SHA for 68b01ec
src/translators/engines/libretranslate.ts
@@ -19,6 +19,7 @@ export default class LibreTranslate extends TranslateEngine {
19
q: options.text,
20
source: from,
21
target: to,
22
+ format: "html",
23
}, {
24
headers: {
25
'Content-Type': 'application/json',
0 commit comments