aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-11-03Specially mark code blocks that were "literate" in the input.fiddlosopher8-7/+11
2009-11-01Set utf-8 encoding in texinfo headers.fiddlosopher2-3/+5
2009-11-01Changed heuristic in compactify.fiddlosopher1-19/+15
2009-11-01Properly handle commented-out list items in markdown.fiddlosopher4-4/+17
2009-10-31Don't build Haskell wrappers in Makefile.fiddlosopher1-1/+1
2009-10-31Added link to pandoc-mode for emacs to website.fiddlosopher1-1/+2
2009-10-29Added % as an rst underline character.fiddlosopher1-1/+1
2009-10-24Updated COPYRIGHT file.fiddlosopher1-30/+13
2009-10-14Updated HCAR report.fiddlosopher1-9/+11
2009-10-12Fix inline math parser so that \$ is allowed in math.fiddlosopher3-4/+15
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-08-13Changed EXECSBASE so it doesn't pull in hsmarkdown & markdown2pdf.fiddlosopher1-1/+1
2009-07-21Fixed bug in HTML comment parser.fiddlosopher1-2/+2
2009-07-19Better installation instructions on website.fiddlosopher1-8/+21
2009-07-19Website changes for 1.2.1 release.fiddlosopher1-1/+22
2009-07-18Updated changelog.fiddlosopher1-0/+4
2009-07-18Changed escapes in markdown writer.fiddlosopher2-6/+6
2009-07-15Bump version in pandoc-setup.iss and make license path relative.fiddlosopher1-2/+2
2009-07-15Updated release checklist with new windows makefile.fiddlosopher1-1/+2
2009-07-15Added makefile for Inno Setup prep work.fiddlosopher1-0/+10
2009-07-13Added note about blank lines around delimited code blocks.fiddlosopher1-0/+3
2009-07-11README: Indicate options that imply `--standalone`.fiddlosopher1-3/+4
2009-07-11Changed -H -> -C for --custom-header in README.fiddlosopher1-1/+1
2009-07-11Fixed README - obsolete reference to --header.fiddlosopher1-1/+1
2009-07-11Improved clarity of titleTransform in RST reader.fiddlosopher1-8/+6
2009-07-04Updated changelog.fiddlosopher1-1/+89
2009-07-04Added upper version limit to base in cabal file.fiddlosopher1-1/+1
2009-07-04Version bump to 1.2.1.fiddlosopher1-1/+1
2009-07-03Fixed lhs test cases.fiddlosopher4-136/+142
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...fiddlosopher3-2/+12
2009-06-25Allow continuation lines in line blocks.fiddlosopher3-5/+22
2009-06-25Fixed duplicate text bug in markdown2pdf.hs. (Paulo Tanimoto)fiddlosopher2-9/+10
2009-06-17Don't install markdown2pdf by default - still has bugs.fiddlosopher1-4/+5
2009-06-06Man writer: break lines at end of each sentence.fiddlosopher3-107/+153
2009-06-06Make --smart default for man output format.fiddlosopher1-1/+1
2009-06-03Added Pandoc's HCAR blurb to repository.fiddlosopher1-0/+27
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.fiddlosopher2-15/+27
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.fiddlosopher3-31/+28
2009-04-29Fixed profiling options.fiddlosopher1-2/+2
2009-04-29Improved efficiency of hexNum parser.fiddlosopher1-1/+1