# A Markdown file!
containing stuff, and also some code blocks, wit and other.
```wit
package foo:foo
interface foo {
```
```wit
x: func()
```
Intervening content, including a non-wit codeblock:
```js
function func() {}
```
```wit
y: func()
```
## A new section
In which, another wit code block!
```wit
z: func()
```
```wit
}
```