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

Conceal escaped char #144

Closed
kusnezoff-alexander opened this issue Sep 9, 2024 · 1 comment · Fixed by #141
Closed

Conceal escaped char #144

kusnezoff-alexander opened this issue Sep 9, 2024 · 1 comment · Fixed by #141

Comments

@kusnezoff-alexander
Copy link

Conceal characters prefixed with an escape-char \.
For example:

  • \$ -> $
  • \\ -> \

Maybe even add an option to enable/disable this behavior?

@OXY2DEV
Copy link
Owner

OXY2DEV commented Sep 9, 2024

Screenshot_2024-09-09-20-04-05-216_com termux_1

I also fixed a bug that didn't let escape characters to be counted in tables.

Screenshot_2024-09-09-20-03-43-558_com termux_1

JeffDess pushed a commit to JeffDess/markview.nvim that referenced this issue Sep 10, 2024
Closes OXY2DEV#144

fix: Teble renderer now can handle escaped characters
JeffDess pushed a commit to JeffDess/markview.nvim that referenced this issue Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants