mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
remove trailing line break
This commit is contained in:
@ -1088,4 +1088,4 @@ class Parsedown
|
|||||||
'*' => '/^[*](.*?)[*]{2}(.+?)[*]{2}(.*?)[*]/s',
|
'*' => '/^[*](.*?)[*]{2}(.+?)[*]{2}(.*?)[*]/s',
|
||||||
'_' => '/^_(.*?)__(.+?)__(.*?)_/s',
|
'_' => '/^_(.*?)__(.+?)__(.*?)_/s',
|
||||||
);
|
);
|
||||||
}
|
}
|
Reference in New Issue
Block a user