Do you support a collapsable section in content?
If you'd like to have content that has to be clicked to be viewed you can create collapsable sections of content which are closed by default.
Here is an example
Click me to open
Here is the hidden content!
The Syntax is as follows
<details>
<summary>Click to open</summary>
Hidden content
</details>
This above will render a "> Click to open" link on the page which when clicked, will reveal the rest of the content underneath.