summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Added \int to characters handled as unicode in tex math.fiddlosopher2009-11-28
* Makefile: Don't try to build man pages in build-doc.fiddlosopher2009-11-28
* Updated changelog.fiddlosopher2009-11-22
* Version bump to 1.2.1.1.fiddlosopher2009-11-22
* Modified markdown2pdf so as not to create a backup file.fiddlosopher2009-11-22
* Added markdown2pdf.1 to tmp-files in cabal.fiddlosopher2009-11-22
* Use utf8-string IO in markdown2pdf.hs.fiddlosopher2009-11-21
* Fixed htmlComment parser.fiddlosopher2009-11-21
* Modified html+lhs output to use 'haskell' highlighter.fiddlosopher2009-11-21
* Support for "..code-block" directive in RST reader.fiddlosopher2009-11-17
* Specially mark code blocks that were "literate" in the input.fiddlosopher2009-11-03
* Set utf-8 encoding in texinfo headers.fiddlosopher2009-11-01
* Changed heuristic in compactify.fiddlosopher2009-11-01
* Properly handle commented-out list items in markdown.fiddlosopher2009-11-01
* Don't build Haskell wrappers in Makefile.fiddlosopher2009-10-31
* Added link to pandoc-mode for emacs to website.fiddlosopher2009-10-31
* Added % as an rst underline character.fiddlosopher2009-10-29
* Updated COPYRIGHT file.fiddlosopher2009-10-24
* Updated HCAR report.fiddlosopher2009-10-14
* Fix inline math parser so that \$ is allowed in math.fiddlosopher2009-10-12
* Added haddock comments warning that readers assume \n line endings.fiddlosopher2009-10-04
* Fixed markdown2pdf.hs to accept --longopt=val options.fiddlosopher2009-08-22
* Changed EXECSBASE so it doesn't pull in hsmarkdown & markdown2pdf.fiddlosopher2009-08-13
* Fixed bug in HTML comment parser.fiddlosopher2009-07-21
* Better installation instructions on website.fiddlosopher2009-07-19
* Website changes for 1.2.1 release.fiddlosopher2009-07-19
* Updated changelog.fiddlosopher2009-07-18
* Changed escapes in markdown writer.fiddlosopher2009-07-18
* Bump version in pandoc-setup.iss and make license path relative.fiddlosopher2009-07-15
* Updated release checklist with new windows makefile.fiddlosopher2009-07-15
* Added makefile for Inno Setup prep work.fiddlosopher2009-07-15
* Added note about blank lines around delimited code blocks.fiddlosopher2009-07-13
* README: Indicate options that imply `--standalone`.fiddlosopher2009-07-11
* Changed -H -> -C for --custom-header in README.fiddlosopher2009-07-11
* Fixed README - obsolete reference to --header.fiddlosopher2009-07-11
* Improved clarity of titleTransform in RST reader.fiddlosopher2009-07-11
* Updated changelog.fiddlosopher2009-07-04
* Added upper version limit to base in cabal file.fiddlosopher2009-07-04
* Version bump to 1.2.1.fiddlosopher2009-07-04
* Fixed lhs test cases.fiddlosopher2009-07-03
* Use language attribute to indicate source language in docbook code blocks.fiddlosopher2009-07-03
* Allow -, _, :, . in markdown attribute names.fiddlosopher2009-07-03
* Export languagesByExtension in Text.Pandoc.Highlighting.fiddlosopher2009-07-03
* RST reader: Allow # to continue list...fiddlosopher2009-06-28
* Allow continuation lines in line blocks.fiddlosopher2009-06-25
* Fixed duplicate text bug in markdown2pdf.hs. (Paulo Tanimoto)fiddlosopher2009-06-25
* Don't install markdown2pdf by default - still has bugs.fiddlosopher2009-06-17
* Man writer: break lines at end of each sentence.fiddlosopher2009-06-06
* Make --smart default for man output format.fiddlosopher2009-06-06
* Added Pandoc's HCAR blurb to repository.fiddlosopher2009-06-03