mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
move synopsis to the top
This commit is contained in:
parent
f972f7f15d
commit
324eaf7c15
@ -15,6 +15,16 @@
|
|||||||
|
|
||||||
class Parsedown
|
class Parsedown
|
||||||
{
|
{
|
||||||
|
#
|
||||||
|
# Synopsis
|
||||||
|
#
|
||||||
|
|
||||||
|
# Markdown is intended to be easy-to-read by humans - those of us who read
|
||||||
|
# line by line, left to right, top to bottom. In order to take advantage of
|
||||||
|
# this, Parsedown tries to read in a similar way. It breaks texts into
|
||||||
|
# lines, it iterates through them and it looks at how they start and relate
|
||||||
|
# to each other.
|
||||||
|
|
||||||
#
|
#
|
||||||
# Setters
|
# Setters
|
||||||
#
|
#
|
||||||
@ -30,16 +40,6 @@ class Parsedown
|
|||||||
|
|
||||||
private $breaks_enabled = false;
|
private $breaks_enabled = false;
|
||||||
|
|
||||||
#
|
|
||||||
# Synopsis
|
|
||||||
#
|
|
||||||
|
|
||||||
# Markdown is intended to be easy-to-read by humans - those of us who read
|
|
||||||
# line by line, left to right, top to bottom. In order to take advantage of
|
|
||||||
# this, Parsedown tries to read in a similar way. It breaks texts into
|
|
||||||
# lines, it iterates through them and it looks at how they start and relate
|
|
||||||
# to each other.
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Methods
|
# Methods
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user