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.

26 lines (25 loc) 799 B
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>References - 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>References</h1> <div class="topic-meta">Topic: <code>references</code></div> <h2>Explanation</h2> <p><code>@references</code> defines linked references that are rendered as an own section in HTML output.</p> <p>Entries use list syntax. You can write plain text or <code>label|path-or-url</code>.</p> <h2>Examples</h2> <pre><code>@references - ProtoML README|https://github.com/Ente/protoml-parser - Internal process guide|process-guide.pdf</code></pre> </main> </body> </html>