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
Hey @thetarnav thank you very much for a great module.
Just a bug that I noticed. Seems that if the streaming text has a html tag even outside of code block, streaming-markdown converts it to html. See attached screenshot.
The text was updated successfully, but these errors were encountered:
the parser doesn’t parse html elements, so I think it’s up to the renderer
if the renderer is using innerHtml to render the text, the elements will just get rendered
Also since this is supposed to be a optimistic parser, when supported—html elements will also get rendered, even if only the opening <h1> is present.
Can you share more details about the markdown content so there is no misunderstanding and what renderer are you using?
Hey @thetarnav thank you very much for a great module.
Just a bug that I noticed. Seems that if the streaming text has a html tag even outside of code block, streaming-markdown converts it to html. See attached screenshot.
The text was updated successfully, but these errors were encountered: