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) • 761 B
HTML
<html>
<head>
<meta charset="UTF-8">
<title>Output - 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>Output</h1>
<div class="topic-meta">Topic: <code>output</code></div>
<h2>Explanation</h2>
<p><code>@@output=name</code> and <code>@@import=name</code> insert previously registered import content into the <code>@meeting</code> block.</p>
<p>For <code>.pml</code> imports the imported meeting section is inserted after parsing and merging.</p>
<h2>Examples</h2>
<pre><code>@@import=snippet
@@output=appendix</code></pre>
</main>
</body>
</html>