Open
Description
Discussed in #3813
Originally posted by howardm December 31, 2022
Hi,
I'm trying to use the following functionality in a particular portion of a web page:
<details><summary>Content to be revealed</summary>
Content that is revealed.
</details>
It works, but this screenshot shows the placement of it (truncated) in the left margin
Is the fact that the code precedes content that includes a ::: {.panel-tabset .column-page}
section the cause ?
This problem with the code doesn't occur elsewhere in the document.
Howard