Skip to content

Commit

Permalink
Updated parsedown + toolbox
Browse files Browse the repository at this point in the history
  • Loading branch information
rhukster committed Mar 9, 2018
1 parent eaac778 commit d008376
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
21 changes: 11 additions & 10 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion system/src/Grav/Common/Page/Page.php
Original file line number Diff line number Diff line change
Expand Up @@ -1109,7 +1109,7 @@ public function toArray()
*/
public function toYaml()
{
return Yaml::dump($this->toArray(), 10);
return Yaml::dump($this->toArray(), 20);
}

/**
Expand Down

0 comments on commit d008376

Please sign in to comment.