You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
changed the title
Feature Request: min function and overflow-x (Pandoc)
Support overflow-x/y
May 22, 2024
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.
The text was updated successfully, but these errors were encountered: