You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 2, 2021. It is now read-only.
Uncaught TypeError: Cannot read property 'hasScheme' of null
at
ses-single-frame.js?debug=1:32638
The reason of that error is \n after href parameter. As quick workaround I can single lined that html and it works fine, but there is side effect with other htmls (for example with <pre> tag)
Hi. I'm getting the error while parsing some kinds of html markdown. Here is simple example:
That snippet can be copied to https://caja.appspot.com/ after pressing
Cajolegetting the error:at
The reason of that error is
\nafterhrefparameter. As quick workaround I can single lined that html and it works fine, but there is side effect with other htmls (for example with<pre>tag)