sergiocorreia / panflute

An Pythonic alternative to John MacFarlane's pandocfilters, with extra helper functions
http://scorreia.com/software/panflute/
BSD 3-Clause "New" or "Revised" License
500 stars 59 forks source link

Vertically aligning cells in tables? #239

Open princefishthrower opened 8 months ago

princefishthrower commented 8 months ago

As the title states, I'm wondering if there is a way to vertically align cells in a given column with panflute. I see there is an alignment property for columns, but this is a horizontal alignment property...

Currently I'm stuck with this multiline \TextInput always aligned to the top of the row, which doesn't look very nice:

Screenshot 2024-03-14 at 15 13 04

Any ideas or solutions would be greatly appreciated!