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.

25 lines (24 loc) 1.02 kB
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Meta - 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>Meta</h1> <div class="topic-meta">Topic: <code>meta</code></div> <h2>Explanation</h2> <p><code>@meta=key:value</code> defines additional metadata entries beyond the built-in meta keys such as <code>@date</code>, <code>@author</code>, <code>@version</code>, <code>@status</code>, <code>@record_id</code>, or <code>@review_date</code>.</p> <p>These values are stored in the same document metadata object and can be referenced via <code>@@ref=meta:key</code>. For built-in keys, the direct form such as <code>@author:...</code> or <code>@status:...</code> is recommended for clarity.</p> <h2>Examples</h2> <pre><code>@meta=department:Platform Engineering @meta=doc_type:RCA</code></pre> </main> </body> </html>