Alignment in export

I created a table in an document with an overview and it looks fine like this:
image

when i’m looking in preview mode, it also looks fine:

but when I export the document then it doesn’t look fine anymore:
image

The second table is correct spread over the page width, but the first table not. Anyone knows why this is?

@Peter

Thank you for your question.

In order to spread table over the page width “+” should be used in code.
Example:

{% stripnewlines %}
| Header 1
| Header 2
{% newline %}
|--------
|--------{% ic %}#{% endic %}+
{% newline %}
| content
| content
{% endstripnewlines %}

Please let me know if this works.

Thanks.
Jelena

2 Likes

Thanks Jelena, that did the job (I should have of know this ) :blush:

1 Like