summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Slidy: Use slidy.js rather than slidy.js.gz.John MacFarlane2013-03-25
* EPUB writer: Don't put blank title page in reading sequence.John MacFarlane2013-03-24
* EPUB writer: Add `id="toc-title"` to h1 in nav.xhtml.John MacFarlane2013-03-24
* Fixed typo. Closes #798.John MacFarlane2013-03-24
* Added note on nesting of section levels in revealjs.John MacFarlane2013-03-24
* Added syntax for "pauses" in beamer or reaveljs slide shows.John MacFarlane2013-03-24
* revealjs template: include pdf stylesheet by default.John MacFarlane2013-03-24
* Documented revealjs in README and pandoc.cabal description.John MacFarlane2013-03-23
* Reveal.js improvements.John MacFarlane2013-03-23
* New revealjs template.John MacFarlane2013-03-23
* Added default.revealjs template to cabal file.John MacFarlane2013-03-23
* Updated templates to include reveal.js.John MacFarlane2013-03-22
* reveal_js: nested vertical stacks used for hierarchical structure.John MacFarlane2013-03-21
* Support incremental slide view for definition lists.John MacFarlane2013-03-21
* Added basic support for reveal.js.Jamie F. Olson2013-03-21
* EPUB writer: Don't add dc:creator tags if present in epub metadata.John MacFarlane2013-03-20
* Updated instructions for submodules to avoid confusion.Jamie F. Olson2013-03-20
* Added OPML template, tests.John MacFarlane2013-03-20
* OPML reader: Type attributes are not case sensitive.John MacFarlane2013-03-20
* Documented OPML writer in README.John MacFarlane2013-03-20
* Added Text.Pandoc.Writers.OPML.John MacFarlane2013-03-19
* Merge branch 'opml'John MacFarlane2013-03-19
|\
| * Added Text.Pandoc.Readers.OPML, exporting readOPML.John MacFarlane2013-03-19
* | Docx writer: Fixed rendering of display math in lists.John MacFarlane2013-03-18
|/
* Added pandoc-dingus to release checklist.John MacFarlane2013-03-17
* Updated changelog.John MacFarlane2013-03-17
* Markdown writer: New approach for citations.John MacFarlane2013-03-17
* Updated changelog.John MacFarlane2013-03-17
* Markdown writer: Omit bibliography when `citations` enabled.John MacFarlane2013-03-17
* Revert "LaTeX reader: citation handling changes."John MacFarlane2013-03-17
* Minor tweak to changelog.John MacFarlane2013-03-16
* Removed ICU.John MacFarlane2013-03-16
* Added notes on building ICU.John MacFarlane2013-03-16
* Version bump to 1.11.1.John MacFarlane2013-03-16
* Version bump to 1.11.0.1.John MacFarlane2013-03-16
* Updated changelog.John MacFarlane2013-03-16
* Bumped QuickCheck version bound.John MacFarlane2013-03-16
* Fixed numbering mismatch between TOC and sections in HTML.John MacFarlane2013-03-16
* Merge pull request #787 from sheremetyev/wix-allusersJohn MacFarlane2013-03-15
|\
| * WiX: Remove unnecessary parameter for candle.exe.Fyodor Sheremetyev2013-03-15
| * WiX: Revert back to “Minimal” template.Fyodor Sheremetyev2013-03-15
| * WiX: Update system PATH environment variable when installing per-machine.Fyodor Sheremetyev2013-03-15
| * WiX: Install to %APPLOCALDATA%\Pandoc in per-user setup.Fyodor Sheremetyev2013-03-15
| * WiX: Set non-empty feature name.Fyodor Sheremetyev2013-03-15
| * WiX: Use APPLICATIONFOLDER property name as required by “Advanced” template.Fyodor Sheremetyev2013-03-15
| * WiX: Install shortcut for all users when installing per-machine. Use HKMU to ...Fyodor Sheremetyev2013-03-15
| * WiX: Use file as key path for User’s Guide component.Fyodor Sheremetyev2013-03-15
| * WiX: Refactoring: Place all components inside single directory structure.Fyodor Sheremetyev2013-03-15
| * WiX: Use “Advanced” template that supports selection of per-user or per-m...Fyodor Sheremetyev2013-03-15
| * WiX: Add empty lines for readability.Fyodor Sheremetyev2013-03-15