So I’ve been trying to figure out what is the best way to add content after a being hooked to a lower level title.
<section>
<h1>Title of Section</h1>
<h2>Related 1</h2>
<h2>Related 2</h2>
<p>I NEED THIS TO BE PART OF H1</p>
</section>
This is how it will come up on the outline: any content after the h2
will be related to that specific section. However, I would like it to escape that h2
and have it become part of the h1
.
` represents the primary title (within that section), an `
` represents a subtitle of the type 1.0, 2.0, 3.0 etc.; an `
` represents a sub-subtitle of the type 1.1, 1.2, 2.1, 2.2 etc. So the
you highlight is associated with the second `
` and the first `
`. The only heading the paragraph is not associated with is the first `
`.