Commit 91fe4085 authored by Bas de Nooijer's avatar Bas de Nooijer Committed by GitHub

Merge pull request #443 from krtek4/patch-1

Fix fenced block start.
parents 095d41a8 090fb521
......@@ -11,7 +11,9 @@ In most cases only one type of grouping is used, but you can mix any number of q
Examples
--------
Grouped by field: ```php
Grouped by field:
```php
<?php
require(__DIR__.'/init.php');
......@@ -69,7 +71,9 @@ htmlFooter();
```
Grouped by query: ```php
Grouped by query:
```php
<?php
require(__DIR__.'/init.php');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment