Releases: ytliu74/obsidian-pseudocode
Releases · ytliu74/obsidian-pseudocode
1.1.3
New release 1.1.3
- Remove caption index.
1.1.2
New release 1.1.2
1.1.1
Deal with below issues:
-
"fundingUrl": "",
If you don't have one remove this entry entirely. -
@import url(https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.11.1/katex.min.css);
Don't import font's from the web, instead inline it with base64. -
const katex = el.createEl("script");
Don't import scripts from the web, instead include KaTeX in your dependencies and bundle it.
Thanks joethei.