Skip to content

Releases: ytliu74/obsidian-pseudocode

1.1.3

19 Mar 08:09
Compare
Choose a tag to compare

New release 1.1.3

  • Remove caption index.

1.1.2

19 Mar 05:46
Compare
Choose a tag to compare

New release 1.1.2

1.1.1

16 Mar 05:19
Compare
Choose a tag to compare

Deal with below issues:

  1. "fundingUrl": "",
    If you don't have one remove this entry entirely.

  2. @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.

  3. const katex = el.createEl("script");
    Don't import scripts from the web, instead include KaTeX in your dependencies and bundle it.

Thanks joethei.

1.1.0

14 Mar 14:24
Compare
Choose a tag to compare

Support auto-completion inside pcode code block.

1.0.0

13 Mar 11:56
f3308d4
Compare
Choose a tag to compare

First release !!