Usage
Code
```sh
this is a code zone
```
$serperStep = new Serper(client: $this->serperClient, limit: $this->searchLimit);
$trafilaturaStep = new Trafilatura(
client: $this->trafilaturaClient,
minContentLength: 200,
maxContentLength: 4000
```php
$serperStep = new Serper(client: $this->serperClient, limit: $this->searchLimit);
$trafilaturaStep = new Trafilatura(
client: $this->trafilaturaClient,
minContentLength: 200,
maxContentLength: 4000
\```
Warning
Codeception is not allowed. So code tag inside code tag will bug.
Remove th backslash from the end of the code section :)
See PrismJs documentation for a complete list of supported languages.