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 was using Showdown in Qwik (React-like framework) project, however, I need to convert html to JSX components. Is it possible to get from Showdown an array of HTML objects?
For example:
constmarkdown="# Hi there!";constjson=converter.makeJSON(markdown);
Hi there!
I was using Showdown in Qwik (React-like framework) project, however, I need to convert html to JSX components. Is it possible to get from Showdown an array of HTML objects?
For example:
Will result to:
The text was updated successfully, but these errors were encountered: