From 513a74ee302e683bfe8f305dad3f7427b3acd6a8 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Mon, 3 Mar 2008 00:50:13 +0000 Subject: [PATCH] Add TODOs Signed-off-by: Johannes Schindelin --- doc.c | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/doc.c b/doc.c index 62eaf3ea1f..5532fc1024 100644 --- a/doc.c +++ b/doc.c @@ -6,6 +6,34 @@ * Notable limitations: the syntax is much stricter, not every feature is * supported, and only UTF-8 is handled. * + * TODO: + * + * - indent does not seem to do anything. '::' does. + * + * - find out what to do about '+', especially with '::' and '----' + * + * - implement tables + * + * - find out about tocs + * + * - implement defines + * + * - implement backends html and manpage + * + * - move backends into their own source files + * + * - find out what needs escaping in manpage, what in html + * + * - design interface to escape backend-dependently + * + * Outlook: + * + * - maybe an internal doc-viewer? (zlib-packed sources, rendered on the fly) + * + * - maybe a Wiki engine? + * + * - Latex backend + * */ #include "cache.h" #include "strbuf.h" -- 2.11.4.GIT