Closed vlashada closed 1 year ago
confirmed. reproduce code:
#import "@preview/algo:0.3.3": algo, i, d, comment, code
Hello
#code()[
```py
for i in range(5):
println("hey")
]
Okay with typst-ts-cli compile --format svg --format svg_html
(svg/html export), so it is likely a bug in incremental svg export or dom updation.
This is a bug of incorrect reference to clip paths, introduced in recent changes about v0.7.0~v0.8.2.
And I fixed it by in v0.9.0
branch:
Describe the bug The code appears multiple times in the Typst preview pane of the VSCode extension.
To Reproduce
Expected behavior The code should appear only once in the Typst preview pane corresponding to its occurrence in the editor.
Package/Software version:
VSCode version(Help -> About):
typst-preview extension version:
v0.8.2
Additional context