This page tests the following [[Pub Wrap]] mechanics:
- [[Pub Wrap#pws-properties-peek|pws-properties-peek]] expand-on-hover of frontmatter block
- [[Pub Wrap#pws-graph-hidden|pws-graph-hidden]] hiding the graph view
- [[Pub Wrap#pws-title-promote-h1|pws-title-promote-h1]] promoting the first `h1` heading to the page title
The section below is where the actual headings start. The section below that again is a snap of the original markdown. Notice `First H1 Heading` is gone in the final page result.
---
# First H1 Heading
Text between *First H1 Heading* and *First H1 Heading's H2 Heading*
## First H1 Heading's H2 Heading
Text between *First H1 Heading's H2 Heading* and *Second H1 Heading*
# Second H1 Heading
Text
## Second H1 Heading's H2 Heading
Text
---
```
# First H1 Heading
Text between *First H1 Heading* and *First H1 Heading's H2 Heading*
## First H1 Heading's H2 Heading
Text between *First H1 Heading's H2 Heading* and *Second H1 Heading*
# Second H1 Heading
Text
## Second H1 Heading's H2 Heading
Text
```