nbval icon indicating copy to clipboard operation
nbval copied to clipboard

When using Sanitizer, Special Chars on notebook are not escaped

Open DanArlowski opened this issue 4 years ago • 0 comments

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>
  ?                                                            +++

DanArlowski avatar Oct 27 '21 10:10 DanArlowski