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) 741 B
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>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>Date</h1> <div class="topic-meta">Topic: <code>date</code></div> <h2>Explanation</h2> <p>Defines the date of the document or meeting.</p> <p>The parser accepts plain text values such as <code>2025-06-01</code> or <code>24.05.2025</code>. This value is often used in headers, placeholders, filenames, and rendered output.</p> <h2>Examples</h2> <pre><code>@date:2025-06-01 @date:24.05.2025</code></pre> </main> </body> </html>