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
Can you please add this to line 472 as if there is multiple spaces on start of the text then for summery text they are gone and duplicate text start to show as text length mismatches with summarytext and full html text?
Hello,
Can you please add this to line 472 as if there is multiple spaces on start of the text then for summery text they are gone and duplicate text start to show as text length mismatches with summarytext and full html text?

Line: 472, backup(txt, preserveWords)
return opts.normalizeWhitespace ? txt.replace(rTrim, '') : txt;
The text was updated successfully, but these errors were encountered: