diff --git a/TODO b/TODO index 464090415..9f72a0f04 100644 --- a/TODO +++ b/TODO @@ -1 +1,87 @@ # TODO + +* Revisions for building with windows under cygwin: + Cabal under windows produces 'pandoc.exe', and some of the scripts + expect 'pandoc'. + +* Consider making section headers block titles rather than blocks. + Instead of: [Header 1 "My title", Block1, Block2, Block3], + Section "My title" [Block1, Block2, Block3]. + This seems cleaner and would facilitate a docbook writer. + It might also simplify the rst reader. + +* pandoc's HTML output fails to validate completely (w3c). + There are a few quirks: + + HTML doesn't like the \> at the end of isn't allowed inside
blocks.