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
I have used the search tool and did not find an issue describing my bug.
Operating System of DocumentServer
Docker
Version information
9.0
Expected Behavior
When convert a word document to html in plugin,code like the following:
const doc=Api.GetDocument();
const html=doc.ToHTML();
two bugs:
(1) if the document contain char:'<' or '>', these two chars must be converted to html Escape Characters
(2) if the document contain superscript , it must be convert to
Actual Behavior
(1) the conversion keep there two chars unchanged
(2) for superscript conversion: it convert to tag