Canna71 / obsidian-mathpad

Computer Algebra System (CAS) for Obsidian.md
Other
95 stars 3 forks source link

Evaluation not working in tables #10

Open volpi3000 opened 1 year ago

volpi3000 commented 1 year ago

Hi,

First of all, thanks for your great plugin!

I have the following issue, let us take the following simple code as an example, where I want to print the value of a variable.

`x:= 7001`

| Results |   Value  | 
| ------- | --- |
| Value of X   |    `x=?` |

Using this code variable x is not evaluated/ rendered. Instead, it just says 'x'. I found the same issue when using it inside Obsdian Callout Blocks.

Thank you for your time :-)