Skip to content

Commit

Permalink
Strip indentation from fenced code block
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Aug 26, 2015
1 parent b27ab8f commit b33335e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ markdown structures.

- This is a bullet

```php
echo "This is a fenced code block specifying PHP.";
```
```php
echo "This is a fenced code block specifying PHP.";
```

- This is another bullet

0 comments on commit b33335e

Please sign in to comment.