Skip to content

Commit f420d42

Browse files
committed
Version 2.0.0-beta1
1 parent 4a0126f commit f420d42

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ecmarkup",
3-
"version": "1.7.0",
3+
"version": "2.0.0-beta1",
44
"description": "Custom element definitions and core utilities for markup that specifies ECMAScript and related technologies.",
55
"main": "lib/ecmarkup.js",
66
"scripts": {

spec/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ <h1>Ecmarkup Documentation</h1>
1212
<emu-intro id="intro">
1313
<h1>Introduction</h1>
1414
<p><a href="https://github.com/bterlson/ecmarkup">Ecmarkup</a> is a number of custom elements and a toolchain suitable for formally specifying semantics for ECMAScript proposals.</p>
15-
<p>Ecmarkup offers the following conveniences:</p>
15+
<p>Ecmarkup offers the following conveniences (among many others):</p>
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>
1919
<li>Terse markup for the authoring conventions used in ECMAScript specifications</li>
2020
<li>Generates table of contents</li>
2121
<li>Generates clause ids based on document position</li>
22-
<li>Auto-links abstract operations based on name with support for external bibliographies for cross-referencing between specs</li>
22+
<li>Auto-links abstract operations and terms based on name with support for external bibliographies for cross-referencing between specs</li>
2323
<li>Source code syntax highlighting inside pre code blocks</li>
2424
</ul>
2525
<p>This document is itself written using Ecmarkup. Its source can be viewed <a href="https://github.com/bterlson/ecmarkup/blob/master/spec/index.html">on github</a>. Additionally, you can view the <a href="https://bterlson.github.io/Array.prototype.includes/">Array.prototype.includes proposal</a> in Ecmarkup format.</p>

0 commit comments

Comments
 (0)