Use case or problem
Frequently, I have a page where some content is straight-forward headings and another part is another embedded page, e.g.
## Heading A
...
## Heading B
...
![[Another page for Topic C]]
## Heading D
...
Proposed solution
- You should be able to collapse embedded pages, just as you can collapse Headers (when enabled)
- Embedded pages should show up in the table of contents of the page and the search when using MainPage#EmbeddedPage, just as Headers do
Current workaround (optional)
Adding an additional Header in front of the embedded page.
### Header B
![[Embedded Page with title "Header B"]]
Problem: Looks aweful, as there are now two similar Headers directly above each other.