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

Table misalignment when there is a value with an ampersand #447

Closed
valentas-kurauskas opened this issue Feb 21, 2017 · 2 comments
Closed
Labels

Comments

@valentas-kurauskas
Copy link

With R backend data.frame(letter=c("A", "B&C", "D"), number=c(1000,2,30))

Displays something like this:

letter value
A 1000
A&B     2
C 30

The misaligned cell in html appears as <span style="white-space:pre-wrap"> 2</span>

@flying-sheep
Copy link
Member

huh, weird. can you file this in https://github.com/IRkernel/repr please?

@flying-sheep
Copy link
Member

i’ll leave it open until then 😄

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

2 participants