nbval
nbval copied to clipboard
When using Sanitizer, Special Chars on notebook are not escaped
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>
? +++