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

Screws up angle brackets #2

Open
vphantom opened this issue Jan 27, 2016 · 0 comments
Open

Screws up angle brackets #2

vphantom opened this issue Jan 27, 2016 · 0 comments
Labels

Comments

@vphantom
Copy link
Owner

Example paragraph (but where angle brackets are actual, not HTML escaped as below):

begins with "<?oc" it is trailing "?>". This

NDlite outputs what we would expect, but inserts a backslash before the first closing quote and before the second opening quote:

with "<?oc\" it is trailing \"?>".  This

This seems to be an interaction between the quote and bracket escapings, because changing the first < to a > removes the backslashes, but also leaves the first and last quotes of the 4 intact, and the 2 middle ones styled.

Removing the first < entirely solves its quoting, but leaves the second's quoting completely unstyled.

@vphantom vphantom added the bug label Jan 27, 2016
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