0xpapercut / obsidian-wypst

High quality rendering of Typst in Obsidian, powered by wypst.
MIT License
29 stars 2 forks source link

Calling `vec` or `mat` inside `lr` causes `RuntimeError: unreachable` #18

Open MATOO-Dev opened 3 months ago

MATOO-Dev commented 3 months ago

Obsidian version: 1.6.5 Obsidian-wypst version: 0.0.3

lr works when using e.g. a fraction: lr(angle.l 5/7 angle.r) However, when using a vector or a matrix instead, it causes an error under certain conditions E.g.: