Skip to content

Commit

Permalink
Merge pull request #443 from krtek4/patch-1
Browse files Browse the repository at this point in the history
Fix fenced block start.
  • Loading branch information
basdenooijer authored Aug 15, 2016
2 parents 095d41a + 090fb52 commit 91fe408
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 91fe408

Please sign in to comment.