aboutsummaryrefslogtreecommitdiff
path: root/src/Text
AgeCommit message (Expand)AuthorFilesLines
2009-10-04Added haddock comments warning that readers assume \n line endings.fiddlosopher6-5/+14
2009-07-21Fixed bug in HTML comment parser.fiddlosopher1-2/+2
2009-07-18Changed escapes in markdown writer.fiddlosopher1-1/+1
2009-07-11Improved clarity of titleTransform in RST reader.fiddlosopher1-8/+6
2009-07-03Use language attribute to indicate source language in docbook code blocks.fiddlosopher1-2/+14
2009-07-03Allow -, _, :, . in markdown attribute names.fiddlosopher1-1/+1
2009-07-03Export languagesByExtension in Text.Pandoc.Highlighting.fiddlosopher1-2/+5
2009-06-28RST reader: Allow # to continue list...fiddlosopher1-2/+3
2009-06-25Allow continuation lines in line blocks.fiddlosopher1-4/+5
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