# TODO * Fix bug in latex reader? "... gets converted the wrong way. * Use XHTML library for HTML writer? * Revisions for building with windows under cygwin: Cabal under windows produces 'pandoc.exe', and some of the scripts expect 'pandoc'. (See if this has now been fixed by Makefile change.) * Windows binary distribution: pandoc.exe. Work this into the website target. * Consider allowing 'a.', 'b.', etc. to mark ordered lists. Perhaps also '(a)', '(1)', 'a)', '1)', etc., as in rst. This does depart from markdown syntax. * 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. * Consider merging changes in pandoc-wrappers (symlinks rather than wrapper scripts, except web2markdown and markdown2pdf). This also needs documentation. * 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.