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

[BUG] Whitespace isn't rendered properly #1117

Open
3 tasks done
OBLIXi-ON opened this issue Jun 11, 2024 · 0 comments
Open
3 tasks done

[BUG] Whitespace isn't rendered properly #1117

OBLIXi-ON opened this issue Jun 11, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@OBLIXi-ON
Copy link

Checklist before submitting an issue

  • I have searched through the existing closed and open issues for eww and made sure this is not a duplicate
  • I have specifically verified that this bug is not a common user error
  • I am providing as much relevant information as I am able to in this bug report (Minimal config to reproduce the issue for example, if applicable)

Description of the bug

Whitespace rendering is different from regular convention. For example, to use new line in eww you'll have to put \\n whereas it should be \n. Using \n prints regular n instead . This makes it difficult to use escape character so you can't print \n, \t, or \ as plain text.

Reproducing the issue

Use regular escape characters such as \n, \t.

Expected behaviour

\n should print new line not regular n.

Additional context

No response

@OBLIXi-ON OBLIXi-ON added the bug Something isn't working label Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant