Skip to content

Commit

Permalink
Fix fenced block start.
Browse files Browse the repository at this point in the history
  • Loading branch information
krtek4 authored Aug 12, 2016
1 parent 095d41a commit 090fb52
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down Expand Up @@ -69,7 +71,9 @@ htmlFooter();

```

Grouped by query: ```php
Grouped by query:

```php
<?php

require(__DIR__.'/init.php');
Expand Down

0 comments on commit 090fb52

Please sign in to comment.