0.1.1 • Published 8 years ago

adoc v0.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
8 years ago

Adoc

The adoc parser. For more usage, read the unit test.

Quick start

import adoc from 'adoc';

let src = `

# @title Test

# @url /hey

## @case

### @response

- @body Hello World!

`;

console.log(adoc.parse(src));

adoc.compile(src).then((doc) => {
    console.log(doc);
});
0.1.1

8 years ago

0.1.0

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago