Replies: 2 comments 5 replies
-
What format are you converting from, and what is the source of the table in that format? Hard to help otherwise. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I am really sorry for forgetting about an example. My source is Markdown and I have something like this : | [x] | Check Item |
| --- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
| | At vero eos et accusam et justo duo dolores et ea rebum. |
| | Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. |
| | At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. | resulting in the following output:
I looked into influencing the output uing properties [1], but besides not getting them applied properly, I suppose they only can add, rather than modify stuff |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
With one of the recent updates the support of relative widths was added to the Typst writer. While it works fine lots of times I found more and more cases, where a rather big cell led to the other cells in this row being way too small. For example, I have the following table:
The relative width is set to:
Is there a way to signal
pandoc
to disable the generation or atleast influence the written values?Beta Was this translation helpful? Give feedback.
All reactions