Commit 090fb521 authored by Gilles Crettenand's avatar Gilles Crettenand Committed by GitHub

Fix fenced block start.

parent 095d41a8
...@@ -11,7 +11,9 @@ In most cases only one type of grouping is used, but you can mix any number of q ...@@ -11,7 +11,9 @@ In most cases only one type of grouping is used, but you can mix any number of q
Examples Examples
-------- --------
Grouped by field: ```php Grouped by field:
```php
<?php <?php
require(__DIR__.'/init.php'); require(__DIR__.'/init.php');
...@@ -69,7 +71,9 @@ htmlFooter(); ...@@ -69,7 +71,9 @@ htmlFooter();
``` ```
Grouped by query: ```php Grouped by query:
```php
<?php <?php
require(__DIR__.'/init.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