remove trailing line break

This commit is contained in:
Emanuil Rusev 2014-01-27 00:08:55 +02:00
parent 618ab4e156
commit 0f090e1a6e
1 changed files with 1 additions and 1 deletions

View File

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