Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 527 Bytes

3112_level-two.md

File metadata and controls

25 lines (21 loc) · 527 Bytes
sectionid sectionclass parent-id number title
l-2
h4
section-types
3112
Level two

A Subsection of a level-2 will look like this

{% highlight yaml %}

sectionid: UNIQUE-ID sectionclass: h2 title: TITLE parent-id: UNIQUE-ID-Of-PARENT

{% endhighlight %}

So the parent-id is where you will reference the anchor of the h1 section that's your subsections parent.

Level 2 sections can have children, the variable to use is the same. To have children add

{% highlight yaml %} is-parent: yes {% endhighlight %}