crossnote 0.9.13 → 0.9.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -24,3 +24,5 @@ I managed some of the libraries by myself instead of through npm to reduce the o
24
24
  _Attention_: Need to remove `font: inherit;` from `reveal.css`. Otherwise, `KaTeX` and `MathJax` will have trouble rendering. Also don't forget to add the empty file `none.css`.
25
25
 
26
26
  _Attention_: Don't forget to modify the `dependentLibraryMaterials` variable in `markdown-engine.ts`
27
+
28
+ _Attention_: NOTE: We have to disable the `_self = window` line in `prism.js` to make it work with VSCode web extension.