Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

JSX character outside code blocks #21

Open
hipstersmoothie opened this issue Jul 3, 2018 · 0 comments
Open

JSX character outside code blocks #21

hipstersmoothie opened this issue Jul 3, 2018 · 0 comments
Labels
bug Something isn't working

Comments

@hipstersmoothie
Copy link
Contributor

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 hipstersmoothie added the bug Something isn't working label Jul 3, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant