Howdy! I have been making some alterations to the three different reviews/reflections I have in the works. With a couple of them, I am wanting to add some text hidden behind a "read more" button to hide some spoilers. Looks like that may require setting up some javascript aaaaa
HTML has a summary/details tag which could work for some things. If you're trying to do like a sentence of spoilers in the middle of a paragraph you would need something else though. https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/details
oh shoot, that'll do the trick! i couldn't think of the right words to describe what I was searching for last night, this helps a ton