improve formatting

This commit is contained in:
Emanuil Rusev 2015-01-12 18:53:24 +02:00
parent 8f2e9c7cf6
commit 78960cf792
1 changed files with 1 additions and 4 deletions

View File

@ -1375,10 +1375,7 @@ class Parsedown
#
# ~
protected $unmarkedInlineTypes = array(
"\n" => 'Break',
'://' => 'Url',
);
protected $unmarkedInlineTypes = array("\n" => 'Break', '://' => 'Url');
# ~