How to make \footnote{} work within longtblr?
This is my MWE:
\documentclass{article}
\usepackage{tabularray}
\begin{document}
\begin{longtblr}{
hlines,
vlines,
colspec = {X[1]X[3]},
rowhead = 1,
rowsep = 0.5ex,
width = 0.9\linewidth,
row{1} = {font=\bfseries}
}
Header & Second header\
First column & Second column\footnote{Hello!}\
First column & Second column\
First column & Second column\
First column & Second column\
\end{longtblr}
\end{document}


longtblr. It is just a small modification of the @L.J.R. answer (the accepted one) – Ommo Mar 09 '24 at 21:49