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
|
||||
# humans, so it tries to read it the way humans do.
|
||||
#
|
||||
# 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.
|
||||
# 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.
|
||||
|
||||
function parse($text)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user