summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Depend on tagsoup >= 12.5.John MacFarlane2011-12-04
* SelfContained: Convert all url()s in css to data: uris.John MacFarlane2011-12-04
* New slidy directory for "self-contained."John MacFarlane2011-12-03
* Bump version constraint on HTTP.John MacFarlane2011-12-03
* Shared: Removed unescapeURI, modified escapeURI.John MacFarlane2011-12-02
* Fixed test for style type meta in highlighted html+lhs.John MacFarlane2011-12-02
* Added h3.date to epub.css.John MacFarlane2011-12-01
* Added highlighting to default epub css.John MacFarlane2011-12-01
* Allow to build against highlighting-kate 0.3.John MacFarlane2011-12-01
* Added failing test case for issue #312.John MacFarlane2011-12-01
* Updated templates.John MacFarlane2011-12-01
* Made author/date more consistent in HTML templates.John MacFarlane2011-12-01
* S5/slidy writer: Make footnotes appear on separate slide at end.John MacFarlane2011-11-29
* Use separate variables for meta-date, meta-author.John MacFarlane2011-11-29
* HTML writer: Put citations in span with class="citation".John MacFarlane2011-11-29
* Update version bound for highlighting-kate.John MacFarlane2011-11-28
* Added 'lang' variable to LaTeX template.John MacFarlane2011-11-27
* Mardkown writer tests: Use setext headers for levels 1-2.John MacFarlane2011-11-24
* Markdown writer: Use setext headers for levels 1-2.John MacFarlane2011-11-24
* Changed paths in s5 tests.John MacFarlane2011-11-24
* --self-contained now works with `<video>` as well as `<img>`.John MacFarlane2011-11-24
* pandoc.hs : changed a couple `writerName` to `writerName'`.John MacFarlane2011-11-23
* Set `--standalone` implicitly when non-text output format.John MacFarlane2011-11-22
* Slight modification of --self-contained documentation.John MacFarlane2011-11-21
* Documented `--self-contained` and modified documentation for `--offline`.John MacFarlane2011-11-21
* Version bump to 1.9.John MacFarlane2011-11-21
* Removed Text.Pandoc.S5 -- no longer needed.John MacFarlane2011-11-21
* Added --self-contained, integrated into src/pandoc.hs.John MacFarlane2011-11-21
* Changed Offline module to SelfContained, offline to makeSelfContained.John MacFarlane2011-11-21
* Added userdata directory parameter to fns in Offline.John MacFarlane2011-11-21
* Added missing s5 files to data-files in pandoc.cabal.John MacFarlane2011-11-20
* Offline: Look for relative URLs in data directory if not found.John MacFarlane2011-11-20
* HTML writer: change s5-url to s5/default.John MacFarlane2011-11-20
* Depend on zlib (for Offline).John MacFarlane2011-11-20
* Offline: Recursively resolve @imports in css files.John MacFarlane2011-11-20
* Converted Offline to use Tag String.John MacFarlane2011-11-19
* Added Text.Pandoc.Offline module.John MacFarlane2011-11-19
* AsciiDoc: Don't use Roman numerals in ordered lists.John MacFarlane2011-11-18
* Renamed to AsciiDoc. Fixed display math and escapes.John MacFarlane2011-11-18
* Spelling correction.John MacFarlane2011-11-18
* Added asciidoc output to README.John MacFarlane2011-11-18
* Merge branch 'asciidoc'John MacFarlane2011-11-18
|\
| * Updated tests for correct col width.John MacFarlane2011-11-18
| * Updated asciidoc test.John MacFarlane2011-11-18
| * Skip raw HTML blocks in asciidoc.John MacFarlane2011-11-18
| * Fixed continuations in asciidoc definition lists.John MacFarlane2011-11-18
| * Removed link title in asciidoc.John MacFarlane2011-11-18
| * Ensure blank line before html passthrough.John MacFarlane2011-11-18
| * Implemented ordered lists in asciidoc.John MacFarlane2011-11-18
| * Implemented bullet lists in asciidoc writer.John MacFarlane2011-11-18