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.

24 lines (23 loc) 799 B
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Status - 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>Status</h1> <div class="topic-meta">Topic: <code>status</code></div> <h2>Explanation</h2> <p><code>@status:...</code> defines the document lifecycle status.</p> <p>Common values are <code>draft</code>, <code>review</code>, <code>approved</code>, <code>active</code>, or <code>archived</code>. The value is stored in the document metadata and can be referenced via <code>@@ref=meta:status</code>.</p> <h2>Examples</h2> <pre><code>@status:review</code></pre> </main> </body> </html>