mirror of
https://github.com/erusev/parsedown.git
synced 2025-09-02 19:32:35 +02:00
move synopsis to the top
This commit is contained in:
@@ -15,6 +15,16 @@
|
||||
|
||||
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
|
||||
#
|
||||
@@ -30,16 +40,6 @@ class Parsedown
|
||||
|
||||
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
|
||||
#
|
||||
|
Reference in New Issue
Block a user