summaryrefslogtreecommitdiff
path: root/Text
Commit message (Expand)AuthorAge
...
* Markdown reader: Parse setext headers before atx headers.fiddlosopher2008-07-23
* Added proper support for embedded images to opendocument writer.fiddlosopher2008-07-18
* Style fixes in opendocument writer:fiddlosopher2008-07-18
* More work on smallcaps support.fiddlosopher2008-07-15
* Add preliminary support for SmallCaps inline element. (Andrea Rossato)fiddlosopher2008-07-15
* Fixed bug in Markdown parser: regular $s triggering math mode.fiddlosopher2008-07-15
* Commented out some unneeded code in HTML reader.fiddlosopher2008-07-15
* Code cleanup - RST reader.fiddlosopher2008-07-15
* Added type declarations to avoid -Wall 'defaulting' warnings in writers.fiddlosopher2008-07-15
* LaTeX reader - Code cleanup.fiddlosopher2008-07-15
* OpenDocument writer: Fixed typo in inline styles fix (super/sup).fiddlosopher2008-07-14
* Code cleanup in LaTeX reader.fiddlosopher2008-07-14
* OpenDocument writer: support nested inline styles.fiddlosopher2008-07-14
* Code cleanup in TexMath reader.fiddlosopher2008-07-13
* Code cleanup in ConTeXt writer.fiddlosopher2008-07-13
* Code cleanup in Texinfo writer.fiddlosopher2008-07-13
* Code cleanup in Man writer.fiddlosopher2008-07-13
* Code cleanup in DocBook writer.fiddlosopher2008-07-13
* Code cleanup in RTF writer.fiddlosopher2008-07-13
* Code cleanup in RST writer to eliminate -Wall warnings.fiddlosopher2008-07-13
* Code cleanup in markdown writer to eliminate -Wall warnings.fiddlosopher2008-07-13
* Code cleanup in Text.Pandoc.Blocks to eliminate -Wall warnings.fiddlosopher2008-07-13
* Code cleanup in HTML writer to eliminate -Wall warnings.fiddlosopher2008-07-13
* Code cleanup in LaTeX writer to eliminate -Wall warnings.fiddlosopher2008-07-13
* OpenDocument writer: Indented bulleted lists as we do enumerated lists.fiddlosopher2008-07-13
* Added distinction between tight and loose lists in OpenDocument writer.fiddlosopher2008-07-13
* Fixed bugs in OpenDocument writer affecting nested block quotes.fiddlosopher2008-07-13
* Escape '\160' as " ", not " " in XML.fiddlosopher2008-07-13
* Added type signatures and fixed other -Wall warnings in Markdown reader.fiddlosopher2008-07-11
* Added a few more recognized abbreviations to 'abbrev' parser.fiddlosopher2008-07-11
* Print unicode \160 literally in markdown writer, rather than as  .fiddlosopher2008-07-11
* In smart mode, use nonbreaking spaces after abbreviations in markdown parser.fiddlosopher2008-07-11
* Treat '\ ' in (extended) markdown as nonbreaking space.fiddlosopher2008-07-11
* Changed inDefinition and indentPara to stInDefinition and stIndentParafiddlosopher2008-07-10
* Added type signatures, etc., to eliminate -Wall warnings.fiddlosopher2008-06-17
* Cleaned up Text/Pandoc/CharacterReferences.hs to avoid -Wall warnings.fiddlosopher2008-06-17
* Cleaned up Text/Pandoc/Shared.hs to avoid -Wall warnings.fiddlosopher2008-06-17
* OpenDocument Writer: Fixed handling of spaces and tabs in preformatted blocks.fiddlosopher2008-06-12
* Small fix to indentation of code blocks inside defn lists.fiddlosopher2008-06-09
* OpenDocument writer: Fixed indentation for verbatim blocks inside defn lists.fiddlosopher2008-06-09
* OpenDocument writer: Use different bullets for different list levels.fiddlosopher2008-06-09
* OpenDocument writer: Return empty Doc in title block for null author, title,...fiddlosopher2008-06-09
* OpenDocument writer: don't convert 4 spaces to tab in verbatim block.fiddlosopher2008-06-09
* Use \textsubscr instead of \textsubscript for LaTeX subscript macro.fiddlosopher2008-06-08
* Markdown smart typography: Em dashes no longer eat surrounding whitespace.fiddlosopher2008-06-08
* HTML writer: In code blocks, change leading newlines to <br /> tags.fiddlosopher2008-05-15
* Count anything that isn't a known block (HTML) tag as an inline tagfiddlosopher2008-04-20
* Fixed haddock documentation errorfiddlosopher2008-03-31
* Fixed bug in RTF writer:fiddlosopher2008-03-26
* The '--sanitize-html' option now examines URIs in markdown linksfiddlosopher2008-03-22