pandoc/src/Text/Pandoc/Writers
John MacFarlane e63aafd620 Fix definition lists with internal links in terms (closes #1032).
This fix puts braces around a term that contains an internal
link, to avoid problems with square brackets.
2013-10-21 17:33:42 -07:00
..
AsciiDoc.hs Adjustments for new Format newtype. 2013-08-10 17:24:54 -07:00
ConTeXt.hs Use query instead of queryWith. 2013-08-10 18:13:38 -07:00
Custom.hs Adjustments for new Format newtype. 2013-08-10 17:24:54 -07:00
Docbook.hs Adjusted writers and tests for change in parsing of div/span. 2013-08-18 14:36:40 -07:00
Docx.hs DOCX writer: Add missing settings.xml to the zip container. 2013-09-19 09:48:02 -07:00
EPUB.hs Options: Changed writerSourceDir to writerSourceURL (now a Maybe). 2013-08-11 15:58:09 -07:00
FB2.hs Use walk, walkM in place of bottomUp, bottomUpM when possible. 2013-08-10 18:45:00 -07:00
HTML.hs Fixed '. . .' (pause) on HTML slide formats. Closes #1029. 2013-10-20 09:56:50 -07:00
LaTeX.hs Fix definition lists with internal links in terms (closes #1032). 2013-10-21 17:33:42 -07:00
Man.hs Adjustments for new Format newtype. 2013-08-10 17:24:54 -07:00
Markdown.hs Use isURI instead of isAbsoluteURI. 2013-10-16 09:48:11 -07:00
MediaWiki.hs Adjusted writers and tests for change in parsing of div/span. 2013-08-18 14:36:40 -07:00
Native.hs Some test suite fixes for new metadata. 2013-06-25 22:32:50 -07:00
ODT.hs ODT/OpenDocument writer: Minor changes for ODF 1.2 conformance. 2013-08-11 17:13:46 -07:00
OpenDocument.hs OpenDocument writer: don't use font-face-decls variable. 2013-09-24 18:41:43 -07:00
OPML.hs Created Text.Pandoc.Writers.Shared, improved metaToJSON. 2013-07-01 20:47:26 -07:00
Org.hs Adjusted writers and tests for change in parsing of div/span. 2013-08-18 14:36:40 -07:00
RST.hs Use isURI instead of isAbsoluteURI. 2013-10-16 09:48:11 -07:00
RTF.hs Use isURI instead of isAbsoluteURI. 2013-10-16 09:48:11 -07:00
Shared.hs Adjusted writers and tests for change in parsing of div/span. 2013-08-18 14:36:40 -07:00
Texinfo.hs Use isURI instead of isAbsoluteURI. 2013-10-16 09:48:11 -07:00
Textile.hs Adjusted writers and tests for change in parsing of div/span. 2013-08-18 14:36:40 -07:00