title: Minimal test document for docgen
...
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
```
In the formatted output, this **should** be a monospaced code block.
```
some
code
here
```
Have a nice day.