mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
simplify comments
This commit is contained in:
parent
8f6495ce86
commit
7661b7c8f9
@ -15,7 +15,6 @@
|
|||||||
|
|
||||||
class Parsedown
|
class Parsedown
|
||||||
{
|
{
|
||||||
#
|
|
||||||
# Multiton
|
# Multiton
|
||||||
|
|
||||||
static function instance($name = 'default')
|
static function instance($name = 'default')
|
||||||
@ -40,7 +39,6 @@ class Parsedown
|
|||||||
|
|
||||||
private $breaks_enabled = false;
|
private $breaks_enabled = false;
|
||||||
|
|
||||||
#
|
|
||||||
# Enables GFM line breaks.
|
# Enables GFM line breaks.
|
||||||
|
|
||||||
function set_breaks_enabled($breaks_enabled)
|
function set_breaks_enabled($breaks_enabled)
|
||||||
@ -60,7 +58,6 @@ class Parsedown
|
|||||||
# Methods
|
# Methods
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
|
||||||
# Parsedown tries to read Markdown texts the way humans do. First, it breaks
|
# 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
|
# texts into lines. Then, it identifies blocks by looking at how these lines
|
||||||
# start and relate to each other. Finally, it identifies inline elements.
|
# start and relate to each other. Finally, it identifies inline elements.
|
||||||
|
Loading…
Reference in New Issue
Block a user