pandoc/src/Text/Pandoc/Writers
John MacFarlane e574d50b1c Markdown writer: Ensure that + and - are escaped properly...
so they don't cause spurious lists.  Previously they were only
if succeeded by a space, not if they were at end of line.

Closes #3773.
2017-06-30 17:41:25 +02:00
..
AsciiDoc.hs Writers: adjusted for renderTemplate' changes. 2017-06-20 22:43:48 +02:00
CommonMark.hs Writers: adjusted for renderTemplate' changes. 2017-06-20 22:43:48 +02:00
ConTeXt.hs Make papersize: a4 work regardless of the case of a4. 2017-06-28 15:07:35 +02:00
Custom.hs Writers: adjusted for renderTemplate' changes. 2017-06-20 22:43:48 +02:00
Docbook.hs Writers: adjusted for renderTemplate' changes. 2017-06-20 22:43:48 +02:00
Docx.hs Docx writer: Allow 9 list levels. 2017-06-27 12:42:56 +02:00
DokuWiki.hs Writers: adjusted for renderTemplate' changes. 2017-06-20 22:43:48 +02:00
EPUB.hs EPUB writer: put title_page.xhtml in text/. 2017-06-22 12:42:21 +02:00
FB2.hs Removed redundant import. 2017-06-20 16:44:05 +02:00
Haddock.hs Writers: adjusted for renderTemplate' changes. 2017-06-20 22:43:48 +02:00
HTML.hs Use table-of-contents for contents of toc, make toc a boolean. 2017-06-26 16:20:09 +02:00
ICML.hs Writers: adjusted for renderTemplate' changes. 2017-06-20 22:43:48 +02:00
JATS.hs Writers: adjusted for renderTemplate' changes. 2017-06-20 22:43:48 +02:00
LaTeX.hs Make papersize: a4 work regardless of the case of a4. 2017-06-28 15:07:35 +02:00
Man.hs Writers: adjusted for renderTemplate' changes. 2017-06-20 22:43:48 +02:00
Markdown.hs Markdown writer: Ensure that + and - are escaped properly... 2017-06-30 17:41:25 +02:00
Math.hs Text.Pandoc.Writers.Math: export defaultMathJaxURL, defaultKaTeXURL. 2017-06-19 11:10:29 +02:00
MediaWiki.hs Writers: adjusted for renderTemplate' changes. 2017-06-20 22:43:48 +02:00
Ms.hs Writers: adjusted for renderTemplate' changes. 2017-06-20 22:43:48 +02:00
Muse.hs Muse writer: fix hlint errors (#3764) 2017-06-26 15:07:45 +02:00
Native.hs Switched Writer types to use Text. 2017-06-11 00:46:31 +02:00
ODT.hs BCP47: split toLang from getLang, rearranged types. 2017-06-25 23:16:55 +02:00
OpenDocument.hs OpenDocument/ODT writer: Added support for table of contents. 2017-06-26 16:46:56 +02:00
OPML.hs Writers: adjusted for renderTemplate' changes. 2017-06-20 22:43:48 +02:00
Org.hs Writers: adjusted for renderTemplate' changes. 2017-06-20 22:43:48 +02:00
RST.hs Writers: adjusted for renderTemplate' changes. 2017-06-20 22:43:48 +02:00
RTF.hs Use table-of-contents for contents of toc, make toc a boolean. 2017-06-26 16:20:09 +02:00
Shared.hs Moved BCP47 specific functions from Writers.Shared to new module. 2017-06-25 21:00:35 +02:00
TEI.hs Writers: adjusted for renderTemplate' changes. 2017-06-20 22:43:48 +02:00
Texinfo.hs Writers: adjusted for renderTemplate' changes. 2017-06-20 22:43:48 +02:00
Textile.hs Writers: adjusted for renderTemplate' changes. 2017-06-20 22:43:48 +02:00
ZimWiki.hs Writers: adjusted for renderTemplate' changes. 2017-06-20 22:43:48 +02:00