Skip to content

Use multiple rows for each julia package in comparsion table#80

Merged
abhro merged 5 commits into
sourcefrom
use-comparison-multirows
May 5, 2025
Merged

Use multiple rows for each julia package in comparsion table#80
abhro merged 5 commits into
sourcefrom
use-comparison-multirows

Conversation

@abhro
Copy link
Copy Markdown
Member

@abhro abhro commented May 4, 2025

No description provided.

@icweaver
Copy link
Copy Markdown
Member

icweaver commented May 4, 2025

I love this. How about vertically centering things too?

table.compare td {
/* Vertically align entries in the astropy comparison table.
* The `!important` property is to keep Documenter.jl's custom
* themes from overriding things
* */
vertical-align: text-bottom !important;
}

-    vertical-align: text-bottom !important;
+    vertical-align: middle !important;

image
image

@abhro
Copy link
Copy Markdown
Member Author

abhro commented May 4, 2025

I love this. How about vertically centering things too?

Nice! Done! (in 37ab6e0)

@icweaver
Copy link
Copy Markdown
Member

icweaver commented May 4, 2025

Sweet!

For those weird hanging lines:

image

it looks like we need to sneak in an extra empty row:

<tr>
</tr>

image

Idk if there's a better way?

@abhro abhro merged commit bd68e7d into source May 5, 2025
4 checks passed
@abhro abhro deleted the use-comparison-multirows branch May 5, 2025 18:58
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