aboutsummaryrefslogtreecommitdiff
path: root/src/Text
AgeCommit message (Expand)AuthorFilesLines
2009-06-06Man writer: break lines at end of each sentence.fiddlosopher1-3/+36
2009-06-03Improved LaTeX reader's coverage of math modes.fiddlosopher1-3/+7
2009-05-04RST reader: Allow explicit links with spaces in URL: `link <to this>`_fiddlosopher1-1/+1
2009-05-03Export HTMLMathMethod in Text.Pandoc.fiddlosopher1-0/+1
2009-05-01Markdown reader: change ' ' to '\160' in abbreviations.fiddlosopher1-1/+2
2009-04-30Markdown reader: improved efficiency of abbreviation parsing.fiddlosopher1-29/+26
2009-04-29Improved efficiency of hexNum parser.fiddlosopher1-1/+1
2009-04-29Made htmlComment parser more efficient.fiddlosopher1-1/+3
2009-04-29Improved efficiency of whitespace parser.fiddlosopher1-13/+8
2009-04-29Use more efficient skipNonindentSpaces instead of nonidentSpaces where possible.fiddlosopher1-7/+16
2009-04-29Took out unneeded 'try' in indentSpaces parser.fiddlosopher1-2/+2
2009-04-25HTML writer: wrap sections in divs. Resolves Issue #70.fiddlosopher5-123/+114
2009-04-18Use Paths_pandoc to get version number.fiddlosopher1-1/+3
2009-02-28Minor changes in Text.Pandoc.Biblio.fiddlosopher1-3/+3
2009-02-24Removed plugin support.fiddlosopher1-69/+0
2009-02-14Version bump to 1.2.fiddlosopher1-1/+1
2009-02-07Fixed bug with header spacing in Markdown and RST writers.fiddlosopher2-5/+11
2009-01-31Gobble space after Plain blocks containing only raw html inline.fiddlosopher1-1/+1
2009-01-31Moved tabFilter to Shared.fiddlosopher1-0/+21
2009-01-24Moved all haskell source to src subdirectory.fiddlosopher30-0/+10226
2007-11-29Moved everything from src into the top-level directory.fiddlosopher18-6932/+0
2007-11-23Reverted changes in r1086 (implicit section header references).fiddlosopher3-146/+123
2007-11-22Improved and simplified setextHeader parser in markdown reader.fiddlosopher1-8/+8
2007-11-22Improved efficiency of romanNumeral parser (in Text.Pandoc.Shared)fiddlosopher1-8/+11
2007-11-22+ Changed \useurl to \useURL in ConTeXt output.fiddlosopher1-1/+1
2007-11-22Implemented implicit reference-style links to section headers in markdown.fiddlosopher3-124/+147
2007-11-18Fixed some haddock documentation bugs in Shared.hs.fiddlosopher1-4/+4
2007-11-18More improvements to ConTeXt writer:fiddlosopher1-79/+100
2007-11-17ConTeXt writer:fiddlosopher1-2/+4
2007-11-17Modified ConTeXt writer to use \subsubsubsubsection etc.,fiddlosopher1-4/+2
2007-11-17Adjusted formatting of LaTeX and ConTeXt footnotes:fiddlosopher3-15/+25
2007-11-16ConTeXt writer: Use itemize options, not sym{}, to produce orderedfiddlosopher1-14/+28
2007-11-16New, "official" definition of blockquote environment in ConTeXt header.fiddlosopher1-1/+1
2007-11-15Fixed logic in markdown smart quote parsing:fiddlosopher1-11/+14
2007-11-15Fixed smart quote parsing in markdown reader so that unicodefiddlosopher1-6/+10
2007-11-15Changes to ConTeXt writer:fiddlosopher1-121/+135
2007-11-15Improved footnote handling in LaTeX writer:fiddlosopher1-8/+16
2007-11-15Added wrappedTeX and wrapTeXIfNeeded functions to Text.Pandoc.Shared.fiddlosopher1-1/+32
2007-11-10Fixed bug in LaTeX reader (pointed out by Mark Eli Kalderon):fiddlosopher1-1/+2
2007-11-03Reverted back to state as of r1062. The template haskell changesfiddlosopher18-0/+6823
2007-11-03Use template haskell to avoid the need for templates:fiddlosopher18-6823/+0
2007-11-01Cleaned up LaTeX footnotes:fiddlosopher1-5/+6
2007-10-29Fixed bug in parsing files that begin with blank lines.fiddlosopher3-7/+7
2007-10-28Modified specialChar in LaTeX reader so that '"'fiddlosopher1-1/+3
2007-10-27Modified fromUTF8 to strip out the BOM (byte order marker)fiddlosopher1-0/+1
2007-10-18'--no-wrap' option now prevents the addition of structural whitespacefiddlosopher1-3/+9
2007-10-15Removed 'version' constant from Main.hs; added 'pandocVersion' to Text.Pandoc.fiddlosopher1-0/+5
2007-10-13Improvements to RST reader:fiddlosopher1-31/+38
2007-10-13Save and restore position in parseFromString, so that it doesn'tfiddlosopher1-0/+2
2007-10-12Undid last change: instead of blocking the internal links in thefiddlosopher1-1/+0