pandoc/src/Text/Pandoc/Writers
John MacFarlane db90667a79 EPUB writer: Don't include nav node in spine unless --toc was requested.
Previously we included it in the spine with `linear="no"`, leading
to odd results in some readers.

Closes #1593.
2014-09-01 16:31:32 -07:00
..
AsciiDoc.hs Use stripPrefix where appropriate. 2014-08-04 19:57:42 +04:00
ConTeXt.hs ConTeXt writer: improved autolink detection. 2014-08-12 15:49:20 -07:00
Custom.hs Remove unused import. 2014-07-16 23:56:24 -07:00
Docbook.hs Merge pull request #1486 from Aelve/minor 2014-08-04 22:07:02 -07:00
Docx.hs Merge branch 'mime' of https://github.com/Aelve/John into Aelve-mime 2014-08-30 11:49:50 -07:00
DokuWiki.hs DokuWiki writer: Make tables prettier by aligning columns. 2014-08-30 21:24:33 -07:00
EPUB.hs EPUB writer: Don't include nav node in spine unless --toc was requested. 2014-09-01 16:31:32 -07: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: use 'uri' or 'email' class for autolinks. 2014-08-12 15:49:43 -07:00
ICML.hs Removed space at ends of lines in source. 2014-07-12 22:57:22 -07:00
LaTeX.hs LaTeX writer: Avoid using reserved characters as \lstinline delimiters. 2014-09-01 10:11:09 -07: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 MIME cleanup. 2014-08-17 21:00:50 +04: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 Use stripPrefix where appropriate. 2014-08-04 19:57:42 +04: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