Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build node graph rather than text in highlighter #6

Open
imitablerabbit opened this issue Aug 5, 2017 · 0 comments
Open

Build node graph rather than text in highlighter #6

imitablerabbit opened this issue Aug 5, 2017 · 0 comments
Assignees
Labels

Comments

@imitablerabbit
Copy link
Owner

Currently the text is being wrapped in span tags, this is fine until you have text which includes < and >. Then when .innerHtml is used to automatically parse the html tags from the text, it is also matching the < and > signs. An example of this is in the c++ include tests.

#include <vector>

Is turned into...

#include 

and a new html node <vector></vector> is created

@imitablerabbit imitablerabbit self-assigned this Aug 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant