UNPKG

protoml-parser

Version:

ProtoML is a lightweight, declarative markup language designed for writing and structuring meeting protocols, notes and task lists in a human-readable and machine-parseable format.

34 lines (33 loc) 897 B
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Toc - ProtoML 1.4.2+build67</title> <link rel="stylesheet" href="help.css"> </head> <body> <nav class="topnav"> <a href="../toc.html">Contents</a> <span class="version">ProtoML 1.4.2+build67</span> </nav> <main class="page"> <h1>Toc</h1> <div class="topic-meta">Topic: <code>toc</code></div> <h2>Explanation</h2> <p><code>@@toc</code> generates a table of contents inside the <code>@meeting</code> block based on the current meeting headings.</p> <p>It is useful for longer protocols, contracts, onboarding documents, RCAs, and process documentation.</p> <p>Optional syntax:</p> <ul> <li><code>@@toc</code></li> <li><code>@@toc=2</code></li> <li><code>@@toc=3</code></li> </ul> <h2>Examples</h2> <pre><code>@meeting &quot;Minutes&quot; @@toc # Overview ## Scope ## Decision</code></pre> </main> </body> </html>