Skip to content

Commit

Permalink
add config & fix psr2
Browse files Browse the repository at this point in the history
  • Loading branch information
yansongda committed Sep 5, 2017
1 parent 5e9ac1b commit 0f5c0a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion config/markdown.php
Expand Up @@ -33,6 +33,8 @@
// FALSE: '<p>test<br>line break</p>'; => $markdown now contains "test \nline break"
'hard_break' => false,


// atx => # ##
// etx => - --
'header_style' => 'atx',
],
];
4 changes: 2 additions & 2 deletions src/ParsedownServiceProvider.php
Expand Up @@ -17,9 +17,9 @@ class ParsedownServiceProvider extends ServiceProvider

/**
* boot a service.
*
*
* @author yansongda <me@yansongda.cn>
*
*
* @return void
*/
public function boot()
Expand Down

0 comments on commit 0f5c0a3

Please sign in to comment.