PgBiel / typst-tablex

More powerful and customizable tables in Typst
MIT License
370 stars 12 forks source link

Better z-index support #61

Open rkuemon opened 1 year ago

rkuemon commented 1 year ago

I'd like to specify the z-index of lines like this:

vlinex(
  // ...
  z-index: 5,
),