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
{{ message }}
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
will get parsed as JSX. To get around this a user can escape the angle bracket characters. This is not the best experience. Ignite should be smart enough to discern between JSX and just plain old brackets.
Might require writing our own markdown-it-jsx plugin. A good chance to clean up the current implementation.
The text was updated successfully, but these errors were encountered:
A string like this:
will get parsed as JSX. To get around this a user can escape the angle bracket characters. This is not the best experience. Ignite should be smart enough to discern between JSX and just plain old brackets.
Might require writing our own markdown-it-jsx plugin. A good chance to clean up the current implementation.
The text was updated successfully, but these errors were encountered: