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.

26 lines (25 loc) 903 B
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Participants - 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>Participants</h1> <div class="topic-meta">Topic: <code>participants</code></div> <h2>Explanation</h2> <p>Defines a list of participants for the document.</p> <p>Each participant uses an ID via <code>=ptX:Name[,alias,email]</code>, and can be referenced later using <code>@ptp=ptX</code> or <code>@@e=ptX</code>. If you want to reuse a shared participant list across documents, use <code>@participants_import &quot;participants.pml&quot;</code>.</p> <h2>Examples</h2> <pre><code>@participants =pt1:John Doe,jdoe,jdoe@example.com =pt2:Jane Doe</code></pre> </main> </body> </html>