1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00
This commit is contained in:
Emanuil 2013-09-24 02:32:58 +03:00
parent f8119fa3cb
commit 47b1789430

View File

@ -198,7 +198,7 @@ class Parsedown
# Quick Paragraph
if ($line[0] >= 'A')
if ($line[0] >= 'A' and $line['0'] !== '_')
{
goto paragraph; # trust me
}