kzykhys / Ciconia

A New Markdown parser for PHP5.4
http://ciconia.kzykhys.com/
MIT License
355 stars 31 forks source link

$extensions should be protected #43

Open ofca opened 9 years ago

ofca commented 9 years ago

When you inherits from Ciconia class you can not access $extensions because it's private. Nightmare!