Accordion Bug
When using the "Paste as Text" feature to customize an accordion, the article editor may produce an HTML artifact in the source code that reads as open="open". See the snippet below for an example.
<details open="open">
<summary>Premise</summary>
<p>The premise of the show is, because it’s the world according to Jeff Goldblum, it’s me with all the information and experience that my life has entailed up til this point now plopping me I go the world of and exploration of one thing or another. It’s not as if I do some extra homework/research/bone up on it so that I tend to know something about it and then tell you about it. No, it’s not like that.</p>
<p>— Jeff Goldblum, host[3]</p>
</details>
As a result, your accordion(s) will be expanded upon page load. This may be a desirable effect

Work-Around
Open the HTML source code and delete the open="open" bit of code.

Select "OK" to close the modal window and save your work.
Last updated
Was this helpful?