diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-06-12 22:06:10 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-06-12 22:06:10 +0200 |
commit | bd0925f3671882d03d5f2d9006b29656257f0d6c (patch) | |
tree | ef4d237a068a7e06e65e35f3ba7e10a6ddec63b7 /README.md | |
parent | e13fd0f0ac82bc815d53cebae138dc5541c3098a (diff) |
Switch to PHP based markdown renderer (parsedown)
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -40,9 +40,6 @@ not need to register to be allowed to post. * phar for tarball creation * mysql, mysqli, pgsql, pdo_mysql (any of those) for database access -* perl with the following CPAN Modules - * Text::Markdown for markdown rendering - * [pygmentize](http://pygments.org/) for code highlighting * [ansi2html](http://pypi.python.org/pypi/ansi2html) for shell output rendering (ANSI color codes) * [imagemagick](http://www.imagemagick.org/) for additional thumbnail generation |