Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails to render multiline Typst block in preview mode #13

Open
OverHash opened this issue Jul 27, 2023 · 1 comment
Open

Fails to render multiline Typst block in preview mode #13

OverHash opened this issue Jul 27, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@OverHash
Copy link

Currently Typst Renderer will successfully render a multi-line Typst block:

# Simple Linear Model
$$
y &= a + b x\
&= B_0 + B_1 x + epsilon
$$
Some text below...

will render to:
image

But changing to preview mode will cause the render to not pad correctly:
image

@fenjalien fenjalien added the bug Something isn't working label Jul 27, 2023
@fenjalien
Copy link
Owner

I can't reproduce this, can you give more details of your environment?

  • Preambles
  • Obsidian version and platform
  • Other extensions/themes (it might be worth testing in a new vault with just Typst Renderer)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants