I’m trying to create an FAQ page that shows the questions and answers from a spreadsheet. The Answers column is Rich Text / markdown for multiple lines and bulleted lists, which means that I need to be able to show all of that on the FAQ page as well. Using a simple Collection in Table layout gives me only one line. Cards are a little better, but it would be nice to be able to see the full list of questions without having to scroll so much.
I want something like this W3.CSS Accordions or this https://codepen.io/thecodefatherYT/pen/oNjowNq
Any help is appreciated!