aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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  .fiddlosopher2-4/+4
2008-07-11In smart mode, use nonbreaking spaces after abbreviations in markdown parser.fiddlosopher13-17/+39
2008-07-11Treat '\ ' in (extended) markdown as nonbreaking space.fiddlosopher16-37/+47
2008-07-10Added note to INSTALL that Cabal >= 1.2 is required for build.fiddlosopher1-6/+12
2008-07-10Changed inDefinition and indentPara to stInDefinition and stIndentParafiddlosopher1-17/+17
2008-07-10Updated .gitignore to exclude README.Debian.fiddlosopher1-0/+1
2008-07-10Added README.Debian documenting what the "Suggests" are needed for.fiddlosopher1-0/+8
2008-06-19In HTML tests, use decimal entities for everything above 127.fiddlosopher1-5/+5
2008-06-17Added type signatures, etc., to eliminate -Wall warnings.fiddlosopher1-16/+86
2008-06-17Added -Wall to ghc-options in pandoc.cabal.fiddlosopher1-2/+2
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-17Cleaned up Main.hs to eliminate -Wall warnings.fiddlosopher1-7/+8
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.fiddlosopher2-6/+6
2008-06-08Markdown smart typography: Em dashes no longer eat surrounding whitespace.fiddlosopher12-13/+12
2008-06-04Removed whitespace before newlines in macports portfile template.fiddlosopher1-5/+5
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:fiddlosopher2-39/+39
2008-03-25Additional README changes for OpenDocument writer.fiddlosopher1-19/+20
2008-03-25Added link to OpenDocument XML in web page.fiddlosopher1-0/+1
2008-03-25Documented OpenDocument writer and markdown2odt in website.fiddlosopher1-1/+3
2008-03-25Documented OpenDocument writer in macports Portfile.fiddlosopher1-1/+2
2008-03-25Documented OpenDocument writer and markdown2odt in freebsd pkg-descr.fiddlosopher1-4/+4
2008-03-25Documented OpenDocument writer and markdown2odt in debian/control.fiddlosopher1-6/+6
2008-03-25Documented OpenDocument writer and markdown2odt in README.fiddlosopher1-45/+48
2008-03-25Changed name of output file in web demo #21.fiddlosopher1-1/+1
2008-03-22The '--sanitize-html' option now examines URIs in markdown linksfiddlosopher5-19/+39
2008-03-21Fixed handling of Quoted inline elements to use unicode left & right quotes.fiddlosopher1-2/+6
2008-03-19Added demos for opendocument XML and markdown2odt.fiddlosopher1-0/+8
2008-03-19Added preliminary version of markdown2odt wrapper.fiddlosopher5-10/+134
2008-03-19Added odt-styles directory with default ODT styles.fiddlosopher9-0/+1482
2008-03-19Acknowledge contributors in README.fiddlosopher1-4/+3
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.fiddlosopher4-116/+91
2008-03-19Andrea Rossato's patch for OpenDocument support.fiddlosopher6-11/+539
2008-03-19Small fix to markdown2pdf man page:fiddlosopher1-3/+3
2008-03-19Added .gitignore.fiddlosopher1-0/+12
2008-03-09Added amsmath package to default LaTeX header. Resolves Issue #48.fiddlosopher2-0/+2
2008-03-06Require parsec < 3.fiddlosopher1-1/+1