Skip to content

[FEATURE] Introduce table directive #576

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

Merged
merged 3 commits into from
Sep 9, 2023
Merged

[FEATURE] Introduce table directive #576

merged 3 commits into from
Sep 9, 2023

Conversation

linawolf
Copy link
Contributor

@linawolf linawolf commented Sep 3, 2023

No description provided.

Comment on lines 33 to 37
{% if width<=0 %}
<col style="width: auto">
{% else %}
<col style="width: {{ width }}%">
{% endif %}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
{% if width<=0 %}
<col style="width: auto">
{% else %}
<col style="width: {{ width }}%">
{% endif %}
<col style="width: {{ width | default 'auto' }}">

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This would not catch the width being 0 or smaller?

@linawolf
Copy link
Contributor Author

linawolf commented Sep 8, 2023

@jaapio please have another look at my answers and solutions

@jaapio jaapio enabled auto-merge September 9, 2023 11:45
@jaapio jaapio merged commit f700eb4 into main Sep 9, 2023
@jaapio jaapio deleted the feature/table branch September 9, 2023 11:47
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 this pull request may close these issues.

2 participants