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) • 780 B
HTML
<html>
<head>
<meta charset="UTF-8">
<title>Review Date - 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>Review Date</h1>
<div class="topic-meta">Topic: <code>review_date</code></div>
<h2>Explanation</h2>
<p><code>@review_date:...</code> defines the next planned review date for the document.</p>
<p>It is useful for compliance files, onboarding guides, internal procedures, and governed templates. The value can be referenced via <code>@@ref=meta:review_date</code>.</p>
<h2>Examples</h2>
<pre><code>@review_date:01.09.2026</code></pre>
</main>
</body>
</html>