Skip to content

Commit 6e0ea35

Browse files
committed
Update docs
1 parent 6a49a19 commit 6e0ea35

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

spec/index.html

+4-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ <h1>Introduction</h1>
1616
<ul>
1717
<li><a href="https://github.com/domenic/ecmarkdown">Ecmarkdown</a> syntax for paragraphs and algorithms</li>
1818
<li><a href="https://github.com/rbuckton/grammarkdown">Grammarkdown</a> for specifying grammar</li>
19-
<li>Terse markup for the authoring conventions used in ECMAScript specifications</li>
19+
<li>Terse markup for the authoring conventions used in ECMAScript specifications including clauses, notes, examples, figures, tables, and more.</li>
20+
<li>Easy cross-references by element ID to clauses, abstract operations, examples, figures, tables, and etc. in the current document, ES6, and other specs.</li>
2021
<li>Generates table of contents</li>
2122
<li>Generates clause ids based on document position</li>
2223
<li>Auto-links abstract operations and terms based on name with support for external bibliographies for cross-referencing between specs</li>
@@ -29,11 +30,12 @@ <h1>Introduction</h1>
2930
<h1>Getting Started</h1>
3031
<pre>
3132
npm install -g ecmarkup
33+
ecmarkup --help
3234
ecmarkup spec.html out.html
3335
</pre>
3436

3537
<h2>Stylesheet</h2>
36-
<p>Styles are provided by `elements.css` under the `css` directory. You may also link to https://bterlson.github.io/ecmarkup/elements.css which will contain the latest styles for the forseeable future.</p>
38+
<p>Styles are provided by `elements.css` under the `css` directory. The --css command line option will emit the CSS file to a location of your choosing. You may also link to https://bterlson.github.io/ecmarkup/elements.css which will contain the latest styles for the forseeable future (though I don't promise this won't break you if you're not tracking the latest version).</p>
3739
</emu-clause>
3840
<emu-clause id="metadata">
3941
<h1>Metadata</h1>

0 commit comments

Comments
 (0)