Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
2011-11-10 | Changed misleading documentation on markdown2pdf. | John MacFarlane | 2 | -3/+2 | |
markdown2pdf used to create a backup file if the output file exists; it doesn't any longer, but the documentation still said it does. | |||||
2011-11-10 | markdown2pdf: Use proper temp directory for latex processing. | John MacFarlane | 1 | -9/+16 | |
Previously /tmp/pandoc was used, which was problematic for several reasons. Closes #339. | |||||
2011-11-09 | Require citeproc-hs >= 0.3.4. | John MacFarlane | 1 | -2/+2 | |
2011-11-09 | Markdown citations: don't strip off initial space in locator. | John MacFarlane | 3 | -3/+7 | |
Previously `[@item1 and nowhere else]` yielded the locator ", and nowhere else", or, with the new citeproc-hs, "and nowhere else". Now it yields " and nowhere else". | |||||
2011-11-09 | Fixed markdown-citations.ieee.txt to use em-dashes for citation ranges. | John MacFarlane | 1 | -1/+1 | |
This is a new feature in citeproc-hs. | |||||
2011-11-08 | TeXMath writer: Use unicode thin spaces for thin spaces. | John MacFarlane | 1 | -1/+7 | |
Partially resolves issue #333. | |||||
2011-11-08 | Update templates to use Content-Style-Type meta tag. | John MacFarlane | 9 | -5/+13 | |
Closes #337. | |||||
2011-11-07 | Updated templates. | John MacFarlane | 1 | -5/+5 | |
2011-11-07 | Updated templates. | John MacFarlane | 1 | -5/+5 | |
2011-11-07 | HTML writer: Use `<section>` for footnotes if html5. | John MacFarlane | 1 | -2/+4 | |
2011-11-07 | Updated templates. | John MacFarlane | 1 | -5/+5 | |
2011-11-07 | Biblio: Fixed mess created by my removing procInlines. | John MacFarlane | 1 | -11/+20 | |
Now I see that procInlines was needed to prevent bottomUp from acting on sublists. This should fix the problem where '@item1, @item1' yielded "Doe (1999), Doe Doe Doe Doe (1999)". | |||||
2011-11-07 | Biblio - fixed author-in-text citations so they don't double. | John MacFarlane | 1 | -1/+1 | |
2011-11-07 | Biblio - Removed redundancy. | John MacFarlane | 1 | -3/+2 | |
2011-11-06 | Biblio: Put whole author-in-text citation in a Cite. | John MacFarlane | 1 | -4/+4 | |
Previously just the date and other info went in the Cite. |