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

Support overflow-x/y #2161

Open
bmweiner opened this issue May 22, 2024 · 1 comment
Open

Support overflow-x/y #2161

bmweiner opened this issue May 22, 2024 · 1 comment
Labels
feature New feature that should be supported

Comments

@bmweiner
Copy link

I am using Pandoc to generate a PDF with the Weasyprint engine. The Pandoc HTML template used in the document conversion has two CSS lines which are throwing warnings when building the PDF:

gap: min(4vw, 1.5em) (invalid value)
overflow-x: auto (unknown property)

This request is to support the min function and the overflow-x property. I also had a discussion with the Pandoc developers on this, but concluded it would be better suited as a feature request for your application.

@liZe
Copy link
Member

liZe commented May 22, 2024

This request is to support the min function and the overflow-x property. I also had a discussion with the Pandoc developers on this, but concluded it would be better suited as a feature request for your application.

Let’s track min() support in #357 and keep this issue for overflow-x and overflow-y.

@liZe liZe changed the title Feature Request: min function and overflow-x (Pandoc) Support overflow-x/y May 22, 2024
@liZe liZe added the feature New feature that should be supported label May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature that should be supported
Projects
None yet
Development

No branches or pull requests

2 participants