I want the text to automatically line-wrap to not expand beyond the availible space, in the following example:
?render
#import "@preview/tablex:0.0.6": tablex, rowspanx, colspanx
#tablex(
columns: (1fr,)*16,
align: center + horizon,
auto-vlines: true,
header-rows: 1,
/* --- header --- */
colspanx(16)[*Bit Fields*],
31,
30,
29,
28,
27,
26,
25,
24,
23,
22,
21,
20,
19,
18,
17,
16,
colspanx(6)[],
[selcal_en],
[test_mode_en],
[vor_ident_code_en],
[vor_ident_en],
[vor_en],
[loc_ident_en],
[indent_morse_code_en],
[mkr_beac_en],
[gs_en],
[loc_en],
)
Is there any way to achieve this?