You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: spec/index.html
+8-1
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ <h2>Stylesheet</h2>
38
38
<emu-clauseid="metadata">
39
39
<h1>Metadata</h1>
40
40
<p>There are a number of settings that allow customizations or enable generation of boilerplate. Metadata can be included in the document and passed on the command line, for example `--no-toc --title "Document 1"`. Metadata given on the command line takes precedence.</p>
41
-
<p>To add metadata to your document, use yaml syntax inside a `<pre class=metadata>` element somewhere in the root of your document.</p>
41
+
<p>To add metadata to your document, use yaml syntax inside a `<pre class=metadata>` element somewhere in the root of your document.</p>
42
42
<p>The following table lists the currently supported metadata:</p>
43
43
<table>
44
44
<tr><td>toc</td><td>Emit table of contents. Boolean, default true.</td></tr>
@@ -108,6 +108,13 @@ <h3>Result</h3>
108
108
</emu-alg>
109
109
</emu-clause>
110
110
111
+
<emu-clauseid="emu-eqn">
112
+
<h1>emu-eqn</h1>
113
+
<p>An equation, similar to those found in ES6 <emu-xrefhref="#sec-year-number"></emu-xref>.</p>
114
+
115
+
<h2>Attributes</h2>
116
+
<p><b>aoid:</b> Required: the abstract operation id that this equation defines.</p>
0 commit comments