mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
clean up
This commit is contained in:
parent
c664785485
commit
0008e69a83
@ -15,15 +15,6 @@
|
|||||||
|
|
||||||
class Parsedown
|
class Parsedown
|
||||||
{
|
{
|
||||||
#
|
|
||||||
# Philosophy
|
|
||||||
|
|
||||||
# Parsedown recognises that the Markdown syntax is optimised for humans so
|
|
||||||
# it tries to read like one. It goes through text line by line. It looks at
|
|
||||||
# how lines start to identify blocks. It looks for special characters to
|
|
||||||
# identify inline elements.
|
|
||||||
|
|
||||||
#
|
|
||||||
# ~
|
# ~
|
||||||
|
|
||||||
function text($text)
|
function text($text)
|
||||||
|
Loading…
Reference in New Issue
Block a user