You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is caused by the Markdown -> Html -> Markdown conversion (via showdown).
Looks like it might be similar to this issue: showdownjs/showdown#953
I don't think there is a lot we can do about it though
Describe the bug
After translate header splitы into 3 lines
Expected behavior
if the title is in one line: then translate it into one line
Screenshots
System (please complete the following information):
Plugin config
module.exports = {
translate: {
enabled: true,
config: {
apiKey: process.env('DEEPL_API_KEY'),
provider: 'deepl',
providerOptions: {
apiKey: process.env('DEEPL_API_KEY'),
apiOptions: {
formality: 'prefer_less',
}
},
translateRelations: true,
glossaryId: 'customGlossary',
},
},
};
The text was updated successfully, but these errors were encountered: