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

When using Sanitizer, Special Chars on notebook are not escaped #175

Open
DanArlowski opened this issue Oct 27, 2021 · 0 comments
Open

When using Sanitizer, Special Chars on notebook are not escaped #175

DanArlowski opened this issue Oct 27, 2021 · 0 comments

Comments

@DanArlowski
Copy link

DanArlowski commented Oct 27, 2021

Special Regex Chars are Interpreted as Regex or something :)

So the Pharse

AAA!!!

looks like

AAA

output example:


  -       <td id="T_ele_row0_col0" class="data row0 col0" >AAA</td>
  +       <td id="T_ele_row0_col0" class="data row0 col0" >AAA!!!</td>
  ?                                                            +++
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

No branches or pull requests

1 participant