mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
resolve #9
This commit is contained in:
parent
f8119fa3cb
commit
47b1789430
@ -198,7 +198,7 @@ class Parsedown
|
||||
|
||||
# Quick Paragraph
|
||||
|
||||
if ($line[0] >= 'A')
|
||||
if ($line[0] >= 'A' and $line['0'] !== '_')
|
||||
{
|
||||
goto paragraph; # trust me
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user