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) 896 B
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Approvals - 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>Approvals</h1> <div class="topic-meta">Topic: <code>approvals</code></div> <h2>Explanation</h2> <p><code>@approvals</code> defines reusable approval entries for contracts, reviews, onboarding flows, and RCA documents.</p> <p>Each approval entry uses:</p> <p><code>=id:label,status,by,date,notes</code></p> <p>The entries can be referenced with <code>@@approval=id</code> or via <code>@@ref=approvals:id:field</code>.</p> <h2>Examples</h2> <pre><code>@approvals =security:Security Review,approved,Jane Doe,18.04.2026,Reviewed and accepted</code></pre> </main> </body> </html>