]> git.mxchange.org Git - friendica.git/commit
New function to convert bbcode to markdown.
authorMichael Vogel <icarus@dabo.de>
Sun, 17 Jun 2012 17:49:05 +0000 (19:49 +0200)
committerMichael Vogel <icarus@dabo.de>
Sun, 17 Jun 2012 17:49:05 +0000 (19:49 +0200)
commit3968e77f9e15c149d8cafa1dac37411777bd58bd
tree860447e502067a1204d87be4955b63f2eac69e39
parent7c2d27e2750dc0b6cc7448f8e85b25a3c9b09687
New function to convert bbcode to markdown.
include/bb2diaspora.php
include/diaspora.php
include/markdownify/LICENSE_LGPL.txt [new file with mode: 0644]
include/markdownify/TODO [new file with mode: 0644]
include/markdownify/example.php [new file with mode: 0644]
include/markdownify/markdownify.php [new file with mode: 0644]
include/markdownify/markdownify_cli.php [new file with mode: 0755]
include/markdownify/markdownify_extra.php [new file with mode: 0644]
include/markdownify/parsehtml/parsehtml.php [new file with mode: 0644]
include/oembed.php