summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Changed -V so that you can specify a key without a value.John MacFarlane2012-03-09
* Added beamer+lhs as output format.John MacFarlane2012-03-09
* EPUB reader: convert e.g. en_US from locale to en-US in language.John MacFarlane2012-03-09
* Merge pull request #438 from michaelt/patch-2John MacFarlane2012-03-07
|\
| * Fix initial `Str "."` after `LineBreak` as well? Michael Thompson2012-03-07
* | Merge pull request #437 from michaelt/patch-1John MacFarlane2012-03-07
|\ \
| * | escape initial dot in code linesMichael Thompson2012-03-07
| |/
* / Set mainlang variable in context writer.John MacFarlane2012-03-07
|/
* Fixed ployglossia support in LaTeX template for multiple langs.John MacFarlane2012-03-05
* Use <q> tags for Quoted items for HTML5 output.John MacFarlane2012-03-03
* EPUB writer: Use extensible exceptions.John MacFarlane2012-03-03
* Use \textasciitilde for ~ in LaTeX writer.John MacFarlane2012-03-03
* Fixed bug in LaTeX string escaper (with ~).John MacFarlane2012-03-02
* Support "minted" as a LaTeX verbatim block.John MacFarlane2012-02-27
* LaTeX reader: correctly handle \^{}.John MacFarlane2012-02-25
* LaTeX reader: Fixed accents.John MacFarlane2012-02-25
* HTML writer: Don't escape contents of EQ tags with --gladtex.John MacFarlane2012-02-21
* LaTeX math environment fixes. Closes #423.John MacFarlane2012-02-19
* PDF: run latex 3 times if --toc specified.John MacFarlane2012-02-19
* Don't escape `<` in `<style>` tags with `--self-contained`.John MacFarlane2012-02-17
* Add TableNormal style to tables.John MacFarlane2012-02-14
* Print texmath version in --version output.John MacFarlane2012-02-11
* Fix _rels/.rels if it has been screwed up by Word.John MacFarlane2012-02-11
* LaTeX reader: Add ", " to suffix...John MacFarlane2012-02-10
* Test suite: Don't print 'expected' in red.John MacFarlane2012-02-10
* Made LaTeX parser more robust.John MacFarlane2012-02-09
* Better handling of raw latex environments in markdown.John MacFarlane2012-02-09
* Improvements to markdown attributes syntax (on code blocks).John MacFarlane2012-02-08
* Put LaTeX verse environments in blockquotes.John MacFarlane2012-02-08
* Don't wrap headers in markdown or rst.John MacFarlane2012-02-08
* More efficient implementation of nowrap in Pretty.John MacFarlane2012-02-08
* Limit nesting of strong/emph.John MacFarlane2012-02-07
* PDF: Only run latex twice if \tableofcontents is present.John MacFarlane2012-02-07
* Handle escaped $ in latex math. Closes #186.John MacFarlane2012-02-07
* Added test case for issue #186 (\$ in latex math).John MacFarlane2012-02-07
* Added test case for issue #186 (\$ in latex math).John MacFarlane2012-02-07
* LaTeX writer: prevent adjacent hyphens from forming ligatures.John MacFarlane2012-02-06
* LaTeX reader: use raw latex as fallback for Cites.John MacFarlane2012-02-06
* Text.Pandoc.PDF: Simplified tex2pdf.John MacFarlane2012-02-06
* Fixed bug in fromEntities: require semicolon to process as entity.John MacFarlane2012-02-05
* Parsing: Make characterReference fail if entity not found.John MacFarlane2012-02-05
* Removed module Text.Pandoc.CharacterReferences.John MacFarlane2012-02-05
* Removed outdated comment in LaTeX reader.John MacFarlane2012-02-05
* Fixed Pretty so it uses Data.Monoid's <> w/ GHC 7.4.John MacFarlane2012-02-05
* Re-added the --ascii option.John MacFarlane2012-02-05
* Text.Pandoc.XML: Export fromEntities.John MacFarlane2012-02-05
* Remove dependency on dlist.John MacFarlane2012-02-05
* Normalize date in EPUB metadata.John MacFarlane2012-02-05
* Changed infix level of testing combinators.John MacFarlane2012-02-05
* pandoc: Treat html5+lhs as an html format.John MacFarlane2012-02-05