diff options
author | Carlos Fenollosa <carlos.fenollosa@gmail.com> | 2013-07-30 15:09:27 +0200 |
---|---|---|
committer | Carlos Fenollosa <carlos.fenollosa@gmail.com> | 2013-07-30 15:09:27 +0200 |
commit | 0749d228354a126529b918aba25de15e03666ab2 (patch) | |
tree | be020287e1af2ef1deee30ddc5944ccd44c7a624 | |
parent | 57469bbd5e7db9c1799aa853d76e3b4c529026f4 (diff) |
Update README.md
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -52,3 +52,15 @@ Features - A simple but nice and readable design, with nothing but the blog posts Read the CHANGELOG section of the script header for more updates + +Future ideas +------------ + +This software is still maintained, however, it can be considered finished. It has been used by many people +and no bugs have been found. + +In the issues tab you can find some improvements; the main one is the addition of Markdown support for posts. +This requires a Markdown parser, which would add more dependencies and/or increase the code length. + +If you happen to find a concise, elegant Markdown to HTML parser which runs in Bash and is portable, please +comment on issue #14 |