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
<tr><td>biblio</td><td>Emit a biblio file to the specified location</td></tr>
48
47
<tr><td>css</td><td>Emit the Ecmarkup CSS file to the specified location</td></tr>
49
48
<tr><td>js</td><td>Emit the Ecmarkup JS file to the specified location</td></tr>
49
+
</table>
50
+
</emu-table>
51
+
52
+
<emu-tableid="document-options">
53
+
<emu-caption>Document options</emu-caption>
54
+
<table>
55
+
<tr><th>Option</th><th>Description</th></tr>
56
+
<tr><td>title</td><td>Title of specification, for example `ECMAScript 2016` or `Async Functions`.</td></tr>
57
+
<tr><td>status</td><td>Status of specification. Can be `proposal`, `draft`, or `standard`. Default is `proposal`.</td></tr>
58
+
<tr><td>stage</td><td>Stage of proposal. Must be a number if provided, but is optional. Sets `version` to `Stage N Draft`, but can be overridden.</td></tr>
59
+
<tr><td>version</td><td>Version of specification, for example `6<sup>th</sup> Edition` or `Draft 1`. Optional.</td></tr>
60
+
<tr><td>shortname</td><td>Shortname of specification, for example `ECMA-262` or `ECMA-402`.</td></tr>
50
61
<tr><td>location</td><td>Href of this specification. Use in conjunction with the biblio file to enable external specs to reference this one.</td></tr>
51
62
<tr><td>toc</td><td>Emit table of contents. Boolean, default true.</td></tr>
52
63
<tr><td>old-toc</td><td>Emit the old style of table of contents. Boolean, default false.</td></tr>
<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>
121
132
<p>To add metadata to your document, use yaml syntax inside a `<pre class=metadata>` element somewhere in the root of your document.</p>
122
-
<p>All of the command line options can be provided in the metadata block. See the table above for a list (or consult `--help`).</p>
133
+
<p>All of the command line options can be provided in the metadata block. See <emu-xrefhref="#build-options"></emu-xref> and <emu-xrefhref="#document-options"></emu-xref> for a list (or consult `--help`).</p>
0 commit comments