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

Grid containing whitespaces are not displayed in HTML properly #164

Open
wookayin opened this issue Nov 3, 2014 · 1 comment
Open

Grid containing whitespaces are not displayed in HTML properly #164

wookayin opened this issue Nov 3, 2014 · 1 comment
Labels

Comments

@wookayin
Copy link
Collaborator

wookayin commented Nov 3, 2014

SRM633 Div2 250. Target

Returns 
{"#####",
 "# #",
 "# # #",
 "# #",
 "#####"}

We need to escape double ' ' with  

@vexorian
Copy link
Collaborator

vexorian commented Nov 3, 2014

maybe the non-breaking space would be better: [
]

On Sun, Nov 2, 2014 at 10:53 PM, Jongwook Choi [email protected]
wrote:

SRM633 Div2 250. Target

Returns
{"#####",
"# #",
"# # #",
"# #",
"#####"}

We need to escape double ' ' with


Reply to this email directly or view it on GitHub
#164.

@wookayin wookayin added the Bug label Mar 26, 2015
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