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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ <h1>Getting Started</h1>
42
42
43
43
<emu-clauseid="useful-options">
44
44
<h1>Options</h1>
45
-
<p>Build options and document options can be passed in via the command line or specified in the <emu-xrefhref="#metadata">front-matter</emu-xref> of your document.</p>
45
+
<p>Build options and document options can be passed in via the command line or specified in the <emu-xrefhref="#metadata">front-matter</emu-xref> of your document. There is no bright line separating the two categories, but for purposes of organization, document options are defined as those affecting the observable rendered output content.</p>
46
46
<emu-tableid="build-options"class="code">
47
47
<emu-caption>Build options</emu-caption>
48
48
<table>
@@ -56,7 +56,6 @@ <h1>Options</h1>
56
56
<tr><td>`--lint-spec`</td><td>`lintSpec`</td><td>Enforce some style and correctness checks.</td></tr>
57
57
<tr><td>`--error-formatter`</td><td></td><td>The <ahref="https://eslint.org/docs/user-guide/formatters/">eslint formatter</a> to be used for printing warnings and errors when using `--verbose`. Either the name of a built-in eslint formatter or the package name of an installed eslint compatible formatter.</td></tr>
58
58
<tr><td>`--strict`</td><td></td><td>Exit with an error if there are warnings. Cannot be used with `--watch`.</td></tr>
59
-
<tr><td>`--mark-effects`</td><td>`markEffects`</td><td>Propagate and render <ahref="#effects">effects</a> like "user code".</td></tr>
60
59
<tr><td>`--multipage`</td><td></td><td>Emit a distinct page for each top-level clause.</td></tr>
61
60
</table>
62
61
</emu-table>
@@ -78,6 +77,7 @@ <h1>Options</h1>
78
77
<tr><td>`--old-toc`</td><td>`oldToc`</td><td>Emit the table of contents at the top of the document rather than as a side pane. Boolean, default false.</td></tr>
79
78
<tr><td>`--load-biblio`</td><td>`extraBiblios`</td><td>Extra biblio.json file(s) to load. This should contain either an object as exported by `--write-biblio` or an array of such objects.</td></tr>
80
79
<tr><td></td><td>`boilerplate`</td><td>An object with `address` and/or `copyright` and/or `license` fields containing paths to files containing the corresponding content for populating an element with class "copyright-and-software-license" (or if not found, an appended <emu-xrefhref="#emu-annex"title></emu-xref> with that id) when `copyright` is true. Absent fields are assumed to reference files in a "boilerplate" directory sibling of the directory containing the ecmarkup executable.</td></tr>
80
+
<tr><td>`--mark-effects`</td><td>`markEffects`</td><td>Propagate and render <ahref="#effects">effects</a> like "user code".</td></tr>
0 commit comments