LATEX Code down below:
\begin{table}[ht]
\renewcommand\arraystretch{2.5}\arrayrulecolor{LightSteelBlue3}
\captionsetup{singlelinecheck=false, font=blue, labelfont=sc, labelsep=quad}
\caption{Timeline 2016-2018}\vskip -1.5ex
\begin{tabular}{@{\,}r <{\hskip 2pt} !{\foo} >{\raggedright\arraybackslash}p{13cm}}
\toprule
\addlinespace[1.5ex]
2015 & Samsung agrees.\\
2016 & Case. \\
\end{tabular}
\end{table}
I have the following table, which takes up the entire page. If I want to add a paragraph it switches to new page.
How can I add a paragraph beneath this table on the same page?
