Oleg
Oleg
Could you please create an interactive example on codesandbox or similar?
> hi [@OlegDev1](https://github.com/OlegDev1) would you mind to check this issue? Hey, sure, I will take a look. Thanks
> hi [@OlegDev1](https://github.com/OlegDev1) would you mind to check this issue? Have debugged `block-paragraph` for a while, can't really find anything, only found a function that has `Infinity`, that can cause...
> > > hi [@OlegDev1](https://github.com/OlegDev1) would you mind to check this issue? > > > > > > Have debugged `block-paragraph` for a while, can't really find anything, only found...
Could you please elaborate more on the issue? Everything works fine for me https://github.com/user-attachments/assets/7aca5a8d-4caa-4d80-9597-b4fd2fa80647
> > Could you please elaborate more on the issue? Everything works fine for me > > Screen.Recording.2024-12-27.at.15.58.48.mov > > Mine is AFFiNE Canary version, how about you? 0.19.0-canary.12 I...
Works on edgeless for me as well https://github.com/user-attachments/assets/f32d4cc1-120b-4630-b0ae-7cc69bd8a628
I've been looking into this issue, but haven't found a solution. However, I've noticed some key differences in behavior when changing `top` css property. I've attached a video, hope it...
Thank you for noticing this issue! I have added the missing part
It seems that we should change output mode to `html` or `htmlAndMathml`: https://github.com/toeverything/AFFiNE/blob/db707dff7f2fb0630217e968ec15b8e2c59e43d0/blocksuite/affine/rich-text/src/inline/presets/nodes/latex-node/latex-node.ts#L141-L144 https://github.com/toeverything/AFFiNE/blob/db707dff7f2fb0630217e968ec15b8e2c59e43d0/blocksuite/affine/blocks/block-latex/src/latex-block.ts#L59-L62 On the official `katex` website there is the same error when using `mathml`:  The problem...