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
Hi. When calling asHtml on a StructuredText object including spans, the system crashes. The reason for this, as far as I can tell, is that stack.Pop() is called on an empty stack in the insertSpans function. This throws an InvalidOperationException.