wai-parser 0.2.3

Parser for WAI syntax
Documentation
# A Markdown file!

containing stuff, and also some code blocks, wai and other.

```wai
x: func()
```

Intervening content, including a non-wai codeblock:
```js
function func() {}
```

```wai
y: func()
```

## A new section

In which, another wai code block!

```wai
z: func()
```