1

Is it possible to have an expanded section of a doc load the contents of another md document? The expandable content could be used in other documents, so instead of getting into version hell, I'd like to create one md doc that I can reference. Right now I have links to the doc with the shared content, but it would be nice to have it load as expandable content instead of loading another page.

<details>
<summary>Click to expand!</summary>
  
Here it would load the contents of another md document.

</details>

0 Answers0