Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-27 | Added 'lang' variable to LaTeX template. | John MacFarlane | 2 | -6/+8 | |
Thanks to Magnus Therning for the suggestion. | |||||
2011-11-24 | Mardkown writer tests: Use setext headers for levels 1-2. | John MacFarlane | 6 | -36/+72 | |
2011-11-24 | Markdown writer: Use setext headers for levels 1-2. | John MacFarlane | 1 | -11/+9 | |
2011-11-24 | Changed paths in s5 tests. | John MacFarlane | 2 | -10/+10 | |
2011-11-24 | --self-contained now works with `<video>` as well as `<img>`. | John MacFarlane | 2 | -10/+17 | |
2011-11-23 | pandoc.hs : changed a couple `writerName` to `writerName'`. | John MacFarlane | 1 | -2/+2 | |
This fixes a bug in which `pandoc --self-contained` would only work properly if `-t html` were specified explicitly. | |||||
2011-11-22 | Set `--standalone` implicitly when non-text output format. | John MacFarlane | 1 | -4/+4 | |
(ODT, EPUB). This restores pandoc's previous behavior. You can again do `pandoc test.txt -o test.odt` and get a standalone ODT file. Resolves #351. | |||||
2011-11-21 | Slight modification of --self-contained documentation. | John MacFarlane | 1 | -9/+9 | |
2011-11-21 | Documented `--self-contained` and modified documentation for `--offline`. | John MacFarlane | 1 | -9/+20 | |
2011-11-21 | Version bump to 1.9. | John MacFarlane | 1 | -1/+1 | |
We need to increment the second digit, since we removed an entire module (S5) from the API. | |||||
2011-11-21 | Removed Text.Pandoc.S5 -- no longer needed. | John MacFarlane | 2 | -70/+0 | |
2011-11-21 | Added --self-contained, integrated into src/pandoc.hs. | John MacFarlane | 1 | -26/+24 | |
--offline is now a deprecated synonym for --self-contained. TODO: Documentation, remove old S5 module. | |||||
2011-11-21 | Changed Offline module to SelfContained, offline to makeSelfContained. | John MacFarlane | 2 | -6/+13 | |
2011-11-21 | Added userdata directory parameter to fns in Offline. | John MacFarlane | 1 | -31/+32 | |
2011-11-20 | Added missing s5 files to data-files in pandoc.cabal. | John MacFarlane | 1 | -0/+3 | |
2011-11-20 | Offline: Look for relative URLs in data directory if not found. | John MacFarlane | 1 | -1/+13 | |
2011-11-20 | HTML writer: change s5-url to s5/default. | John MacFarlane | 1 | -1/+1 | |
2011-11-20 | Depend on zlib (for Offline). | John MacFarlane | 1 | -2/+4 | |
2011-11-20 | Offline: Recursively resolve @imports in css files. | John MacFarlane | 1 | -12/+35 | |
2011-11-19 | Converted Offline to use Tag String. | John MacFarlane | 1 | -21/+18 | |
2011-11-19 | Added Text.Pandoc.Offline module. | John MacFarlane | 2 | -2/+242 | |
2011-11-18 | AsciiDoc: Don't use Roman numerals in ordered lists. | John MacFarlane | 2 | -9/+13 | |
AsiiDoc doesn't support them. | |||||
2011-11-18 | Renamed to AsciiDoc. Fixed display math and escapes. | John MacFarlane | 4 | -126/+126 | |
AsciiDoc does not seem to have consistent escaping rules. | |||||
2011-11-18 | Spelling correction. | John MacFarlane | 1 | -1/+1 | |
2011-11-18 | Added asciidoc output to README. | John MacFarlane | 1 | -3/+8 | |
2011-11-18 | Merge branch 'asciidoc' | John MacFarlane | 9 | -9/+1125 | |
2011-11-18 | Updated tests for correct col width. | John MacFarlane | 2 | -19/+18 | |
2011-11-18 | Updated asciidoc test. | John MacFarlane | 1 | -326/+229 | |
The test output still contains some mistakes. | |||||
2011-11-18 | Skip raw HTML blocks in asciidoc. | John MacFarlane | 1 | -2/+0 | |
2011-11-18 | Fixed continuations in asciidoc definition lists. | John MacFarlane | 1 | -5/+13 | |
2011-11-18 | Removed link title in asciidoc. | John MacFarlane | 1 | -9/+6 | |
Apparently it is not supported. | |||||
2011-11-18 | Ensure blank line before html passthrough. | John MacFarlane | 1 | -1/+1 | |
2011-11-18 | Implemented ordered lists in asciidoc. | John MacFarlane | 1 | -7/+14 | |
2011-11-18 | Implemented bullet lists in asciidoc writer. | John MacFarlane | 1 | -21/+18 | |
2011-11-18 | Added fields to track list levels. | John MacFarlane | 1 | -2/+8 | |
2011-11-18 | Updated ieee.csl and mhra.csl in test directory. | John MacFarlane | 2 | -504/+686 | |
2011-11-18 | Updated chicago-author-date.csl. | John MacFarlane | 2 | -359/+405 | |
The old version did not work properly for edited volumes with no author. | |||||
2011-11-18 | Added comment about limitations of asciidoc conversion. | John MacFarlane | 1 | -0/+6 | |
2011-11-18 | Supported tables in asciidoc, added table tests. | John MacFarlane | 2 | -40/+124 | |
2011-11-18 | Pretty: Added chomp combinator. | John MacFarlane | 1 | -0/+13 | |
2011-11-17 | Indicate when a multiblock footnote is omitted. | John MacFarlane | 1 | -1/+1 | |
2011-11-17 | Supported definition lists. | John MacFarlane | 1 | -10/+13 | |
2011-11-17 | Use attributes for author/date. | John MacFarlane | 2 | -6/+6 | |
2011-11-16 | Updated templates. | John MacFarlane | 1 | -5/+5 | |
2011-11-16 | Added an asciidoc writer (partial). | John MacFarlane | 7 | -4/+1099 | |
Still TODO: - documentation in README - add default.asciidoc to templates/ - lists - tables - proper escaping - footnotes with blank lines - print separately at end? currently they are just ignored. - fix header (date gives weird result on pandoc README) | |||||
2011-11-12 | Updated writer tests for new version of texmath. | John MacFarlane | 5 | -20/+25 | |
2011-11-12 | LaTeX reader: Don't crash on commands like `\itemsep`. | John MacFarlane | 1 | -1/+2 | |
Closes #314. | |||||
2011-11-12 | LaTeX reader: Ignore empty groups {}, { }. | John MacFarlane | 1 | -0/+8 | |
Closes #322. | |||||
2011-11-12 | Add date to EPUB titlepage and metadata. | John MacFarlane | 1 | -3/+8 | |
Closes #323. Thanks to Ralf Stephan for the patch (slightly modified). | |||||
2011-11-11 | Implemented --citation-abbreviations option. | John MacFarlane | 3 | -6/+36 | |
Mostly due to Andrea Rossato. |