<!DOCTYPE HTML><html><head><metacharset="UTF-8"><title>NML | Sections</title><linkrel="stylesheet"href="../style.css"></head><body><divclass="layout"><inputid="navbar-checkbox"class="toggle"type="checkbox"style="display:none"checked><divid="navbar"><ul><liclass="navbar-entry"><ahref="Getting Started.html">Getting Started</a></li><liclass="navbar-entry-current"><ahref="Sections.html">Sections</a></li><liclass="navbar-entry"><ahref="Variables.html">Variables</a></li><liclass="navbar-entry"><ahref="References.html">References</a></li><liclass="navbar-entry"><ahref="Imports.html">Imports</a></li><liclass="navbar-entry"><ahref="Raw.html">Raw</a></li><liclass="navbar-entry"><ahref="Comments.html">Comments</a></li><li><details><summaryclass="navbar-category">Styles</summary><ul><liclass="navbar-entry"><ahref="Basic Styles.html">Basic</a></li><liclass="navbar-entry"><ahref="Basic Layouts.html">Layouts</a></li><liclass="navbar-entry"><ahref="User-Defined Styles.html">User-Defined</a></li></ul></details></li><li><details><summaryclass="navbar-category">Lua</summary><ul><liclass="navbar-entry"><ahref="Lua Basics.html">Lua</a></li></ul></details></li><li><details><summaryclass="navbar-category">Blocks</summary><ul><liclass="navbar-entry"><ahref="Blocks.html">Blocks</a></li><liclass="navbar-entry"><ahref="Code.html">Code</a></li><liclass="navbar-entry"><ahref="Lists.html">Lists</a></li><liclass="navbar-entry"><ahref="Tables.html">Tables</a></li></ul></details></li><li><details><summaryclass="navbar-category">External Tools</summary><ul><liclass="navbar-entry"><ahref="Graphviz.html">Graphviz</a></li><liclass="navbar-entry"><ahref="LaTeX.html">LaTeX</a></li></ul></details></li></ul></div><labelfor="navbar-checkbox"class="navbar-checkbox-label">☰</label><divclass="content"><divclass="toc"><span>Table of Content</span><ol><livalue="1"><ahref="#Sections">Sections</a></li><livalue="2"><ahref="#Sections_references">Sections references</a></li><livalue="3"><ahref="#Table_of_Content">Table of Content</a></li><livalue="4"><ahref="#Section_styling">Section styling</a></li><livalue="5"><ahref="#Bindings">Bindings</a></li></div><h1id="Sections">1. Sections <aclass="section-link"href="#Sections">🔗 </a></h1><p>To add a section to your document, put one or more <aclass="inline-code"><code><spanstyle="color:#c0c5ce;">#</span></code></a> at the start of the line, followed a space and the name of your section.</p><p>Which will render as:</p><divclass="split-container"><divclass="split"><p></p><h1id="Section_name">2. Section name <aclass="section-link"href="#Section_name">🔗 </a></h1><h2id="Subsection">2.1. Subsection <aclass="section-link"href="#Subsection">🔗 </a></h2><h2id="Unnumbered_section">Unnumbered section <aclass="section-link"href="#Unnumbered_section">🔗 </a></h2><h2id="Unnumbered_section">2.2. Unnumbered section <aclass="section-link"href="#Unnumbered_section">🔗 </a></h2><h1id="This_section_is_not_in_the_ToC">2. This section is not in the ToC <aclass="section-link"href="#This_section_is_not_in_the_ToC">🔗 </a></h1></div><divclass="split"><p>Given by the following:</p><divclass="code-block"><divclass="code-block-content"><tableclass="code-block-table"cellspacing="0"><tr><tdclass="code-block-line"><pre><spanstyle="color:#c0c5ce;"># Section name</span></pre></td></tr><tr><tdclass="code-block-line"><pre><spanstyle="color:#c0c5ce;">## Subsection</span></pre></td></tr><tr><tdclass="code-block-line"><pre><spanstyle="color:#c0c5ce;">#* Unnumbered section</span></pre></td></tr><tr><tdclass="code-block-line"><pre><spanstyle="color:#c0c5ce;">#+ This section is not in the ToC</span></pre></td></tr></table></div></div></div></div><h1id="Sections_references">3. Sections references <aclass="section-link"href="#Sections_references">🔗 </a></h1><p>You can create a referenceable section by using <aclass="inline-code"><code><spanstyle="color:#c0c5ce;">#{refname}</span></code></a>, where <em>refname</em> is an int