1
0
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:
Emanuil Rusev 2014-01-27 00:08:55 +02:00
parent 618ab4e156
commit 0f090e1a6e

View File

@ -1088,4 +1088,4 @@ class Parsedown
'*' => '/^[*](.*?)[*]{2}(.+?)[*]{2}(.*?)[*]/s',
'_' => '/^_(.*?)__(.+?)__(.*?)_/s',
);
}
}