0.1.1 • Published 9 years ago

adoc v0.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
9 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

9 years ago

0.1.0

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago