aboutsummaryrefslogtreecommitdiff
path: root/Text/Pandoc
AgeCommit message (Expand)AuthorFilesLines
2008-07-14OpenDocument writer: support nested inline styles.fiddlosopher1-23/+67
2008-07-13Code cleanup in TexMath reader.fiddlosopher1-1/+14
2008-07-13Code cleanup in ConTeXt writer.fiddlosopher1-18/+14
2008-07-13Code cleanup in Texinfo writer.fiddlosopher1-13/+27
2008-07-13Code cleanup in Man writer.fiddlosopher1-22/+23
2008-07-13Code cleanup in DocBook writer.fiddlosopher1-21/+36
2008-07-13Code cleanup in RTF writer.fiddlosopher1-18/+17
2008-07-13Code cleanup in RST writer to eliminate -Wall warnings.fiddlosopher1-28/+19
2008-07-13Code cleanup in markdown writer to eliminate -Wall warnings.fiddlosopher1-25/+24
2008-07-13Code cleanup in Text.Pandoc.Blocks to eliminate -Wall warnings.fiddlosopher1-4/+5
2008-07-13Code cleanup in HTML writer to eliminate -Wall warnings.fiddlosopher1-52/+73
2008-07-13Code cleanup in LaTeX writer to eliminate -Wall warnings.fiddlosopher1-7/+11
2008-07-13OpenDocument writer: Indented bulleted lists as we do enumerated lists.fiddlosopher1-1/+1
2008-07-13Added distinction between tight and loose lists in OpenDocument writer.fiddlosopher1-7/+26
2008-07-13Fixed bugs in OpenDocument writer affecting nested block quotes.fiddlosopher1-7/+6
2008-07-13Escape '\160' as " ", not " " in XML.fiddlosopher1-6/+6
2008-07-11Added type signatures and fixed other -Wall warnings in Markdown reader.fiddlosopher1-35/+182
2008-07-11Added a few more recognized abbreviations to 'abbrev' parser.fiddlosopher1-1/+2
2008-07-11Print unicode \160 literally in markdown writer, rather than as  .fiddlosopher1-1/+1
2008-07-11In smart mode, use nonbreaking spaces after abbreviations in markdown parser.fiddlosopher1-2/+23
2008-07-11Treat '\ ' in (extended) markdown as nonbreaking space.fiddlosopher4-15/+21
2008-07-10Changed inDefinition and indentPara to stInDefinition and stIndentParafiddlosopher1-17/+17
2008-06-17Added type signatures, etc., to eliminate -Wall warnings.fiddlosopher1-16/+86
2008-06-17Cleaned up Text/Pandoc/CharacterReferences.hs to avoid -Wall warnings.fiddlosopher1-2/+2
2008-06-17Cleaned up Text/Pandoc/Shared.hs to avoid -Wall warnings.fiddlosopher1-1/+9
2008-06-12OpenDocument Writer: Fixed handling of spaces and tabs in preformatted blocks.fiddlosopher1-11/+25
2008-06-09Small fix to indentation of code blocks inside defn lists.fiddlosopher1-1/+1
2008-06-09OpenDocument writer: Fixed indentation for verbatim blocks inside defn lists.fiddlosopher1-6/+16
2008-06-09OpenDocument writer: Use different bullets for different list levels.fiddlosopher1-3/+4
2008-06-09OpenDocument writer: Return empty Doc in title block for null author, title,...fiddlosopher1-11/+9
2008-06-09OpenDocument writer: don't convert 4 spaces to tab in verbatim block.fiddlosopher1-5/+1
2008-06-08Use \textsubscr instead of \textsubscript for LaTeX subscript macro.fiddlosopher1-3/+3
2008-06-08Markdown smart typography: Em dashes no longer eat surrounding whitespace.fiddlosopher1-2/+1
2008-05-15HTML writer: In code blocks, change leading newlines to <br /> tags.fiddlosopher1-4/+8
2008-04-20Count anything that isn't a known block (HTML) tag as an inline tagfiddlosopher1-4/+4
2008-03-31Fixed haddock documentation errorfiddlosopher1-1/+2
2008-03-26Fixed bug in RTF writer:fiddlosopher1-7/+7
2008-03-22The '--sanitize-html' option now examines URIs in markdown linksfiddlosopher2-13/+35
2008-03-21Fixed handling of Quoted inline elements to use unicode left & right quotes.fiddlosopher1-2/+6
2008-03-19OpenDocument: use the new Definition_20_Term andfiddlosopher1-6/+6
2008-03-19Code cleanup only.fiddlosopher1-32/+35
2008-03-19OpenDocument writer: Don't print raw HTML.fiddlosopher1-2/+2
2008-03-19Moved XML-formatting functions to new unexported module Text.Pandoc.XML.fiddlosopher3-116/+90
2008-03-19Andrea Rossato's patch for OpenDocument support.fiddlosopher1-0/+519
2008-02-24Modified disallowedInNode in Texinfo writer to correct list of disallowed cha...fiddlosopher1-4/+2
2008-02-24Use style attributes rather than css classes for strikethrough and ordered li...fiddlosopher1-10/+3
2008-02-24Changes to Texinfo writer:fiddlosopher1-40/+32
2008-02-24Committed novalazy's initial patch for texinfo output,fiddlosopher1-0/+461
2008-02-24Moved BlockWrapper and wrappedBlocksToDoc from ConTeXt writer to Shared.fiddlosopher2-9/+13
2008-02-10Minor changes due to changes in highlighting-kate API.fiddlosopher1-23/+2