pandoc/src/Text/Pandoc/Writers
Nikolay Yakimov f7b265e2ff Fix for (docx table captions above tables)
Word doesn't really treat table captions as something special. It's just a paragraph with special style, nothing more, so simple reversal of output order in writer works fine.
2014-12-08 22:50:57 +00:00
..
AsciiDoc.hs Use stripPrefix where appropriate. 2014-08-04 19:57:42 +04:00
ConTeXt.hs ConTeXt writer: add function toLabel 2014-09-18 23:27:14 +02:00
Custom.hs Remove unused import. 2014-07-16 23:56:24 -07:00
Docbook.hs Merge pull request from Aelve/minor 2014-08-04 22:07:02 -07:00
Docx.hs Fix for (docx table captions above tables) 2014-12-08 22:50:57 +00:00
DokuWiki.hs DokuWiki writer: Better handling of block quotes. 2014-11-04 14:52:19 -08:00
EPUB.hs Really fix . Add id="cover" to body on cover page. 2014-11-17 15:43:40 -08:00
FB2.hs Add PatternGuards pragmas. 2014-08-04 19:58:25 +04:00
Haddock.hs Renamed readTeXMath' to avoid name conflict with texmath 0.6.7 2014-07-19 18:10:59 +01:00
HTML.hs HTML writer: Make header attributes work outside top level. 2014-10-23 10:27:14 -07:00
ICML.hs ICML writer: Don't force all citations into footnotes. 2014-11-30 22:30:04 -08:00
LaTeX.hs LaTeX writer: Protect graphics in headers. 2014-09-09 10:56:37 -04:00
Man.hs Use stripPrefix where appropriate. 2014-08-04 19:57:42 +04:00
Markdown.hs Markdown writer: don't escape $, ^, ~ when extensions are deactivated. 2014-08-16 17:14:51 -07:00
MediaWiki.hs Mediawiki writer: don't escape inside <source>. 2014-07-29 21:32:07 -07:00
Native.hs Update copyright notices for 2014, add missing notices 2014-05-09 00:46:08 +02:00
ODT.hs ODT writer: Correctly handle images without extensions. 2014-10-30 15:54:04 -07:00
OpenDocument.hs Renamed readTeXMath' to avoid name conflict with texmath 0.6.7 2014-07-19 18:10:59 +01:00
OPML.hs Update copyright notices for 2014, add missing notices 2014-05-09 00:46:08 +02:00
Org.hs Org Writer: Write anchor elements 2014-08-08 00:20:18 +01:00
RST.hs Reverted "omit blank lines after list items," better fix for . 2014-11-25 12:34:44 -08:00
RTF.hs RTF writer: Improved image embedding. 2014-07-30 14:49:57 -07:00
Shared.hs Update copyright notices for 2014, add missing notices 2014-05-09 00:46:08 +02:00
Texinfo.hs Update copyright notices for 2014, add missing notices 2014-05-09 00:46:08 +02:00
Textile.hs Textile reader: Improved table support. 2014-08-30 20:34:42 -07:00