diff --git a/Parsedown.php b/Parsedown.php index b4a73b1..f86e2aa 100755 --- a/Parsedown.php +++ b/Parsedown.php @@ -15,7 +15,6 @@ class Parsedown { - # # Multiton static function instance($name = 'default') @@ -40,7 +39,6 @@ class Parsedown private $breaks_enabled = false; - # # Enables GFM line breaks. function set_breaks_enabled($breaks_enabled) @@ -60,7 +58,6 @@ class Parsedown # Methods # - # # Parsedown tries to read Markdown texts the way humans do. First, it breaks # texts into lines. Then, it identifies blocks by looking at how these lines # start and relate to each other. Finally, it identifies inline elements.