Start work on horizontal align for multicells

This commit is contained in:
Kovid Goyal
2025-02-19 07:50:40 +05:30
parent 714910382b
commit 15f711d6b5
9 changed files with 47 additions and 24 deletions

View File

@@ -79,6 +79,8 @@ There are only a handful of metadata keys, defined in the table below:
"v", "Integer from 0 to 2", "0", "The vertical alignment to use for fractionally scaled text. ``0`` - top, ``1`` - bottom, ``2`` - centered"
"h", "Integer from 0 to 2", "0", "The horizontal alignment to use for fractionally scaled text. ``0`` - left, ``1`` - right, ``2`` - centered"
How it works
------------------