If I have two collapsibles in a row, is there a way to format them so they aren't on adjacent lines when they're both collapsed? Here's what I'm doing:
[[collapsible show="+ Experiment Log"]]
Experiment log here
[[/collapsible]]
[[collapsible show="LEVEL 3/XXXX CLEARANCE REQUIRED"]]
Clearance required content here
[[/collapsible]]
And when they're both closed, even though there is a double line break between them, it looks like this:
+ Experiment Log
LEVEL 3/XXXX CLEARANCE REQUIRED
Whereas I'd like it to look more like this:
+ Experiment Log
LEVEL 3/XXXX CLEARANCE REQUIRED
Is there a way to accomplish what I'm trying to do?