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
When the input contains html tags that are only partially capitalized, the translation will stop at that point and the rest of the content will be missing.
Steps to reproduce
NodeHtmlMarkdown.translate('Foo<Br>Bar')
Observed result
'Foo '
Expected result
'Foo \nBar'
The text was updated successfully, but these errors were encountered:
When the input contains html tags that are only partially capitalized, the translation will stop at that point and the rest of the content will be missing.
Steps to reproduce
Observed result
'Foo '
Expected result
'Foo \nBar'
The text was updated successfully, but these errors were encountered: