summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Added \int to characters handled as unicode in tex math.fiddlosopher2009-11-28
* Modified markdown2pdf so as not to create a backup file.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
* Added % as an rst underline character.fiddlosopher2009-10-29
* 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
* Fixed bug in HTML comment parser.fiddlosopher2009-07-21
* Changed escapes in markdown writer.fiddlosopher2009-07-18
* Improved clarity of titleTransform in RST reader.fiddlosopher2009-07-11
* 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
* Man writer: break lines at end of each sentence.fiddlosopher2009-06-06
* Make --smart default for man output format.fiddlosopher2009-06-06
* Improved LaTeX reader's coverage of math modes.fiddlosopher2009-06-03
* RST reader: Allow explicit links with spaces in URL: `link <to this>`_fiddlosopher2009-05-04
* Export HTMLMathMethod in Text.Pandoc.fiddlosopher2009-05-03
* Made pandoc -v more explicit about compiler options.fiddlosopher2009-05-02
* Added new Haskell version of markdown2pdf.fiddlosopher2009-05-01
* pandoc.hs: Make --strict compatible with --standalone, --toc.fiddlosopher2009-05-01
* Markdown reader: change ' ' to '\160' in abbreviations.fiddlosopher2009-05-01
* Markdown reader: improved efficiency of abbreviation parsing.fiddlosopher2009-04-30
* Improved efficiency of hexNum parser.fiddlosopher2009-04-29
* Made htmlComment parser more efficient.fiddlosopher2009-04-29
* Improved efficiency of whitespace parser.fiddlosopher2009-04-29
* Use more efficient skipNonindentSpaces instead of nonidentSpaces where possible.fiddlosopher2009-04-29
* Took out unneeded 'try' in indentSpaces parser.fiddlosopher2009-04-29
* HTML writer: wrap sections in divs. Resolves Issue #70.fiddlosopher2009-04-25
* Use Paths_pandoc to get version number.fiddlosopher2009-04-18
* Fixed regression with --preserveTabs.fiddlosopher2009-04-08
* Minor changes in Text.Pandoc.Biblio.fiddlosopher2009-02-28
* Don't return an error status on --help or --version.fiddlosopher2009-02-26
* Removed plugin support.fiddlosopher2009-02-24
* Version bump to 1.2.fiddlosopher2009-02-14
* Changed comment header on hsmarkdown.hs.fiddlosopher2009-02-14
* Fixed bug with header spacing in Markdown and RST writers.fiddlosopher2009-02-07
* Gobble space after Plain blocks containing only raw html inline.fiddlosopher2009-01-31
* Rewrote hsmarkdown in Haskell for portability.fiddlosopher2009-01-31
* Moved tabFilter to Shared.fiddlosopher2009-01-31