https://github.com/tc39/ecmarkup
An HTML superset/Markdown subset source format for ECMAScript and related specifications
https://github.com/tc39/ecmarkup
Last synced: 6 days ago
JSON representation
An HTML superset/Markdown subset source format for ECMAScript and related specifications
- Host: GitHub
- URL: https://github.com/tc39/ecmarkup
- Owner: tc39
- License: mit
- Created: 2014-04-12T19:16:08.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2024-11-25T17:15:00.000Z (3 months ago)
- Last Synced: 2025-02-08T05:04:06.758Z (14 days ago)
- Language: HTML
- Homepage: https://tc39.es/ecmarkup/
- Size: 2.71 MB
- Stars: 224
- Watchers: 18
- Forks: 65
- Open Issues: 103
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ecmarkup
========A web component-based source format for ECMAScript and related specifications. See [the project page](https://tc39.es/ecmarkup/) for details.
### Installing & Using
Requires node 8 or above.
```
npm install ecmarkup
ecmarkup in.html out.html
```### Formatter
There is also an auto-formatter:
```
emu-format --write spec.html
```See its `--help` for more details.