I would like to control the formatting of a table that contains text, but all line break commands I tried have not worked. I have tried '& nbsp;' (without spacing), 'two back slashes, and '\newline' without success. Can someone please advise on how to insert a line break within table? Example text provided below:
Event | Defintions
-- | --
Sitting | START: Example start definition. END: Example end definition
I want the END statement to be separated from the START statement by a line break and then a blank space for easy visualization. But I want all that text to be contained within the same cell.
Thank you!