Merge pull request #261 from naNuke/master

breaksEnabled fix
This commit is contained in:
Emanuil Rusev 2015-01-11 14:08:17 +02:00
commit 6b4a459f97
1 changed files with 1 additions and 1 deletions

View File

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