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) • 736 B
HTML
<html>
<head>
<meta charset="UTF-8">
<title>Protocol - 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>Protocol</h1>
<div class="topic-meta">Topic: <code>protocol</code></div>
<h2>Explanation</h2>
<p><code>@protocol "..."</code> sets the HTML document title and the top page heading.</p>
<p>It supports placeholders such as <code>{{date}}</code> and is mainly relevant for HTML and PDF rendering.</p>
<h2>Examples</h2>
<pre><code>@protocol "Protocol - {{date}}"</code></pre>
</main>
</body>
</html>