I have a SharePoint list, TicketList that includes a column named Notes, which is defined as:

I have successfully added notes which append to earlier notes. See example:

However, when trying to display the notes, only the most recent note (at the top of the list) is displayed:

I would like to display all of the notes, and all of the metadata related to those notes (author and datetime). My example of the 8 notes does not show the author, but it is captured.
I've tried rich text and plain text, with same results.
My current iteration is to display it using a Text Input control but have also attempted to list it using a Gallery, with same results. The Text Input properties for Format is TextMode.Multiline, and Format is TextFormat.Text.
Thanks in advance.