subplot 0.1.0

set of tools for specifying, documenting, and implementing automated acceptance tests for systems and software
Documentation
---
title: Minimal test document for docgen
...


# Code block

In the formatted output, this should not be a monospaced code block.

```subplot-scenario
given a project
when Subplot is used
then everything goes well
```

# Not a code block

In the formatted output, this **should** be a monospaced code block.

```
some
code
here
```

Have a nice day.