pandoc/Text/Pandoc/Writers
fiddlosopher 858269dd20 Changes to Texinfo writer:
+ No space between paragraph and following @verbatim (provides more
  pleasing appearance in text formats)
+ Blank line consistently after list environments.
+ Removed deVerb.
+ Use @code instead of @verb for inline code (this solves the character
  escaping problem for texi2dvi and texi2pdf).
+ Modified test suite accordingly.
+ Added Peter Wang to copyright statement (for Texinfo.hs).
+ Added news of Texinfo writer to README.
+ Added Texinfo to list of formats in man page, and removed extra 'groff'.
+ Updated macports with Texinfo format.
+ Updated FreeBSD pkg-descr with Texinfo format.
+ Updated web page with Texinfo writer.
+ Added demos for Texinfo writer.
+ Added Texinfo to package description in debian/control.
+ Added texi & texinfo extensions to Main.hs, and fixed bug in determining
  default output extension.
+ Changed from texinfo to texi extension in web demo.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@1244 788f1e2b-df1e-0410-8736-df70ead52e1b
2008-02-24 05:48:59 +00:00
..
ConTeXt.hs Moved BlockWrapper and wrappedBlocksToDoc from ConTeXt writer to Shared. 2008-02-24 05:48:31 +00:00
Docbook.hs Modified writers for new argument place in CodeBlock. 2008-02-09 03:18:22 +00:00
HTML.hs Minor changes due to changes in highlighting-kate API. 2008-02-10 18:59:54 +00:00
LaTeX.hs Modified writers for new argument place in CodeBlock. 2008-02-09 03:18:22 +00:00
Man.hs Modified writers for new argument place in CodeBlock. 2008-02-09 03:18:22 +00:00
Markdown.hs Modified writers for new argument place in CodeBlock. 2008-02-09 03:18:22 +00:00
RST.hs Modified writers for new argument place in CodeBlock. 2008-02-09 03:18:22 +00:00
RTF.hs Removed Text.Regex dependencies by rewriting using plain Haskell: 2008-02-09 03:21:04 +00:00
Texinfo.hs Changes to Texinfo writer: 2008-02-24 05:48:59 +00:00