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.

24 lines (23 loc) 746 B
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Image - 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>Image</h1> <div class="topic-meta">Topic: <code>image</code></div> <h2>Explanation</h2> <p>The <code>@image</code> command embeds an image into the document. It supports both local file paths and remote URLs as it simply renders an <code>&lt;img&gt;</code> tag in the output.</p> <h2>Examples</h2> <pre><code>@@macro=image:src=assets/logo.png @@macro=image:src=https://example.com/image.jpg</code></pre> </main> </body> </html>