This book acts as an integration test for mdbook-admonish.
It verifies that mdbook post-processes our generated HTML in the way we expect.
No title, only body
Failed with:
TOML parsing error: TOML parse error at line 1, column 8
|
1 | title="
| ^
invalid basic string
Original markdown input:
```admonish title="
No title, only body
```