aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-10-12Fix inline math parser so that \$ is allowed in math.fiddlosopher1-3/+8
2009-10-04Added haddock comments warning that readers assume \n line endings.fiddlosopher6-5/+14
2009-08-22Fixed markdown2pdf.hs to accept --longopt=val options.fiddlosopher1-9/+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-25Fixed duplicate text bug in markdown2pdf.hs. (Paulo Tanimoto)fiddlosopher1-4/+6
2009-06-06Man writer: break lines at end of each sentence.fiddlosopher1-3/+36
2009-06-06Make --smart default for man output format.fiddlosopher1-1/+1
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-02Made pandoc -v more explicit about compiler options.fiddlosopher1-9/+6
2009-05-01Added new Haskell version of markdown2pdf.fiddlosopher1-15/+16
2009-05-01pandoc.hs: Make --strict compatible with --standalone, --toc.fiddlosopher2-2/+196
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-04-08Fixed regression with --preserveTabs.fiddlosopher1-3/+8
2009-02-28Minor changes in Text.Pandoc.Biblio.fiddlosopher1-3/+3
2009-02-26Don't return an error status on --help or --version.fiddlosopher1-4/+4
2009-02-24Removed plugin support.fiddlosopher2-85/+3
2009-02-14Version bump to 1.2.fiddlosopher1-1/+1
2009-02-14Changed comment header on hsmarkdown.hs.fiddlosopher1-2/+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-31Rewrote hsmarkdown in Haskell for portability.fiddlosopher1-0/+44
2009-01-31Moved tabFilter to Shared.fiddlosopher2-22/+26
2009-01-31Renamed Main.hs -> pandoc.hs.fiddlosopher1-0/+0
2009-01-24Moved all haskell source to src subdirectory.fiddlosopher31-0/+10907
2007-11-29Moved everything from src into the top-level directory.fiddlosopher46-9885/+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.fiddlosopher2-2/+2
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:fiddlosopher2-92/+105
2007-11-17ConTeXt writer:fiddlosopher1-2/+4