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.

27 lines (26 loc) 757 B
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Subjects - 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>Subjects</h1> <div class="topic-meta">Topic: <code>subjects</code></div> <h2>Explanation</h2> <p>The <code>@subjects</code> block defines numbered topics (subjects) discussed or referenced throughout the document.</p> <p>Each subject has an ID and a description, and can be echoed with <code>@@e={id}</code>.</p> <h2>Examples</h2> <pre><code>@subjects =0:Project Overview =1:Security Review @@e=1</code></pre> </main> </body> </html>