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

Broken in 0.12 #1

Closed
Enivex opened this issue Oct 4, 2024 · 3 comments · Fixed by #3
Closed

Broken in 0.12 #1

Enivex opened this issue Oct 4, 2024 · 3 comments · Fixed by #3

Comments

@Enivex
Copy link

Enivex commented Oct 4, 2024

#import "@preview/shadowed:0.1.0": shadowed

#set par(justify: true)

#shadowed(radius: 4pt, inset: 12pt)[
    #lorem(50)
]

now renders as
image

instead of

image

@T1mVo
Copy link
Owner

T1mVo commented Oct 5, 2024

Its already fixed here. I will merge it when Typst 0.12.0 releases as it breaks compatibility with 0.11.

@T1mVo
Copy link
Owner

T1mVo commented Oct 20, 2024

Fixed with 0.1.1

@T1mVo T1mVo closed this as completed Oct 20, 2024
@Enivex
Copy link
Author

Enivex commented Oct 21, 2024

@T1mVo It's still broken when there's not enough content to get a full line

#import "@preview/shadowed:0.1.1": shadowed

#set par(justify: false)

#shadowed(radius: 4pt, inset: 12pt)[
    #lorem(5)
]

renders as
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants