Age | Commit message (Expand) | Author | Files | Lines |
2014-06-16 | Naming: Use Docx instead of DocX. | John MacFarlane | 3 | -44/+44 |
2014-06-16 | Merge branch 'docx' of https://github.com/jkr/pandoc into jkr-docx | John MacFarlane | 3 | -0/+1291 |
2014-06-16 | Org reader: make tildes create inline code. | John MacFarlane | 1 | -4/+4 |
2014-06-16 | Small improvement to fix to #1333. | John MacFarlane | 1 | -4/+1 |
2014-06-16 | Markdown reader: fixed #1333 (table parsing bug). | John MacFarlane | 1 | -5/+6 |
2014-06-16 | LaTeX reader: handle leading/trailing spaces in emph better. | John MacFarlane | 1 | -17/+17 |
2014-06-16 | LaTeX reader: don't assume preamble doesn't contain environments. | John MacFarlane | 1 | -1/+1 |
2014-06-16 | HTML reader: Fixed major parsing problem with HTML tables. | John MacFarlane | 1 | -15/+11 |
2014-06-16 | Merge pull request #1344 from mpickering/master | John MacFarlane | 2 | -13/+20 |
2014-06-16 | Org reader: fixed #1342. | John MacFarlane | 1 | -9/+5 |
2014-06-16 | Moved extractSpaces to Shared.hs | mpickering | 2 | -13/+20 |
2014-06-16 | Add DocX files to tree. | Jesse Rosenthal | 3 | -0/+1291 |
2014-06-12 | allow (and discard) optional argument for \caption | James Aspnes | 1 | -1/+1 |
2014-06-03 | LaTeX reader: Handle comments at the end of tables. | John MacFarlane | 1 | -0/+1 |
2014-06-03 | Markdown writer: Prettier pipe tables. | John MacFarlane | 1 | -8/+16 |
2014-06-03 | Docx writer: Section numbering carries over from reference.docx. | John MacFarlane | 1 | -1/+6 |
2014-06-03 | Docx writer: Combine reference.docx numbering with pandoc's. | John MacFarlane | 1 | -6/+6 |
2014-06-03 | Docx writer: pandoc uses only numIds >= 1000 for lists. | John MacFarlane | 1 | -3/+8 |
2014-06-03 | Docx writer: Changed abstractNumId numbering scheme. | John MacFarlane | 1 | -3/+3 |
2014-06-03 | Docx writer: Simplified abstractNumId numbering. | John MacFarlane | 1 | -19/+30 |
2014-06-03 | Templates: use ordNum instead of ord. | John MacFarlane | 1 | -3/+3 |
2014-06-03 | Shared: Added ordNub. | John MacFarlane | 1 | -0/+9 |
2014-06-02 | Docx writer: Create overrides per-image for media/ in ref docx. | John MacFarlane | 1 | -13/+8 |
2014-06-02 | Docx writer: Improved entryFromArchive to avoid parse. | John MacFarlane | 1 | -2/+3 |
2014-06-02 | Docx writer: Make images work in reference.docx headers/footers. | John MacFarlane | 1 | -8/+20 |
2014-06-01 | Templates: Fail informatively on template syntax errors. | John MacFarlane | 1 | -32/+38 |
2014-06-01 | Docx writer: Improved handling of headers/footers. | John MacFarlane | 1 | -52/+53 |
2014-06-01 | Docx writer: Header and footer are now carried over from reference.docx. | John MacFarlane | 1 | -16/+38 |
2014-06-01 | Minor code reformat. | John MacFarlane | 1 | -5/+5 |
2014-05-31 | Docx writer: Take over document formatting from reference.docx. | John MacFarlane | 1 | -17/+30 |
2014-05-28 | PDF writer: Fixed treatment of data uris for images. | John MacFarlane | 1 | -2/+2 |
2014-05-28 | Merge pull request #1302 from tarleb/inline-latex | John MacFarlane | 2 | -1/+32 |
2014-05-27 | Markdown reader: Handle `c++` and `objective-c` as language identifiers | John MacFarlane | 1 | -1/+8 |
2014-05-27 | Markdown reader: inline math must have nonspace before final `$`. | John MacFarlane | 1 | -4/+6 |
2014-05-20 | Org reader: support for inline LaTeX | Albert Krewinkel | 2 | -1/+32 |
2014-05-19 | EPUB writer: Handle multiple dates with OPF `event` attributes. | John MacFarlane | 1 | -9/+38 |
2014-05-19 | Avoid `import Prelude hiding (catch)`. | John MacFarlane | 2 | -9/+4 |
2014-05-18 | Removed dependency on conduit. | John MacFarlane | 1 | -6/+8 |
2014-05-15 | EPUB writer: Fixed regression on cover image. | John MacFarlane | 1 | -5/+5 |
2014-05-14 | Merge pull request #1293 from tarleb/typo | John MacFarlane | 1 | -2/+1 |
2014-05-14 | Merge pull request #1297 from tarleb/citations | John MacFarlane | 3 | -39/+95 |
2014-05-14 | Org reader: support Pandocs citation extension | Albert Krewinkel | 1 | -2/+53 |
2014-05-14 | Move `citeKey` from Readers.Markdown to Parsing | Albert Krewinkel | 2 | -14/+13 |
2014-05-14 | Introduce class HasLastStrPosition, generalize functions | Albert Krewinkel | 3 | -24/+30 |
2014-05-12 | LaTeX reader: Support `\addbibresource`. | John MacFarlane | 1 | -0/+2 |
2014-05-12 | Shared addMetaField: if old and new values both lists, concatenate. | John MacFarlane | 1 | -1/+3 |
2014-05-11 | LaTeX reader: set `bibliography` in metadata from `\bibliography` cmd. | John MacFarlane | 1 | -1/+6 |
2014-05-11 | Process: Fix minor typo in pipeProcess' docs | Albert Krewinkel | 1 | -2/+1 |
2014-05-10 | LaTeX reader: Don't error on "%foo" with no newline. | John MacFarlane | 1 | -1/+1 |
2014-05-10 | Org reader: Fix block parameter reader, relax constraints | Albert Krewinkel | 1 | -6/+13 |