Skip to content

Commit

Permalink
Version 2.0.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
bterlson committed Aug 13, 2015
1 parent 4a0126f commit f420d42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ecmarkup",
"version": "1.7.0",
"version": "2.0.0-beta1",
"description": "Custom element definitions and core utilities for markup that specifies ECMAScript and related technologies.",
"main": "lib/ecmarkup.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ <h1>Ecmarkup Documentation</h1>
<emu-intro id="intro">
<h1>Introduction</h1>
<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>
<p>Ecmarkup offers the following conveniences:</p>
<p>Ecmarkup offers the following conveniences (among many others):</p>
<ul>
<li><a href="https://github.com/domenic/ecmarkdown">Ecmarkdown</a> syntax for paragraphs and algorithms</li>
<li><a href="https://github.com/rbuckton/grammarkdown">Grammarkdown</a> for specifying grammar</li>
<li>Terse markup for the authoring conventions used in ECMAScript specifications</li>
<li>Generates table of contents</li>
<li>Generates clause ids based on document position</li>
<li>Auto-links abstract operations based on name with support for external bibliographies for cross-referencing between specs</li>
<li>Auto-links abstract operations and terms based on name with support for external bibliographies for cross-referencing between specs</li>
<li>Source code syntax highlighting inside pre code blocks</li>
</ul>
<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>
Expand Down

0 comments on commit f420d42

Please sign in to comment.