mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
improve comments
This commit is contained in:
parent
65ef541fda
commit
b764deca66
@ -61,12 +61,9 @@ class Parsedown
|
|||||||
#
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
# Parsedown recognises that Markdown is optimised to be easy-to-read by
|
# Parsedown tries to read Markdown texts the way humans do. First, it breaks
|
||||||
# humans, so it tries to read it the way humans do.
|
# texts into lines. Then, it identifies blocks by looking at how these lines
|
||||||
#
|
# start and relate to each other. Finally, it identifies inline elements.
|
||||||
# First, it breaks texts into lines. Then, it looks at how these lines start
|
|
||||||
# and relate to each other. Finally, it looks for special characters to
|
|
||||||
# identify inline elements.
|
|
||||||
|
|
||||||
function parse($text)
|
function parse($text)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user