Ignite icon indicating copy to clipboard operation
Ignite copied to clipboard

JSX character outside code blocks

Open hipstersmoothie opened this issue 6 years ago • 0 comments

A string like this:

List<T> 

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.

hipstersmoothie avatar Jul 03 '18 19:07 hipstersmoothie