1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00

Make lines protected to allow for extendability

This commit is contained in:
Andy Miller 2015-12-17 10:46:04 -07:00
parent 0f974bf34f
commit b166cab9a2

View File

@ -115,7 +115,7 @@ class Parsedown
# Blocks
#
private function lines(array $lines)
protected function lines(array $lines)
{
$CurrentBlock = null;