mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
breaksEnabled fix
This commit is contained in:
parent
098f188552
commit
05bf198d26
@ -1426,7 +1426,7 @@ class Parsedown
|
||||
# ~
|
||||
|
||||
protected $unmarkedInlineTypes = array(
|
||||
" \n" => 'Break',
|
||||
"\n" => 'Break',
|
||||
'://' => 'Url',
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user