This commit is contained in:
Emanuil Rusev 2015-01-19 17:09:51 +02:00
parent c664785485
commit 0008e69a83
1 changed files with 0 additions and 9 deletions

View File

@ -15,15 +15,6 @@
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)