Age | Commit message (Expand) | Author | Files | Lines |
2013-08-20 | Merge branch 'altcite' | John MacFarlane | 1 | -14/+21 |
2013-08-20 | Create Cite element even if no matching reference in the biblio. | John MacFarlane | 1 | -14/+21 |
2013-08-19 | Scale LaTeX tables so they don't exceed columnwidth. | John MacFarlane | 1 | -1/+5 |
2013-08-19 | Fix some warnings in dokuwiki writer (#386) | claremacrae | 1 | -2/+2 |
2013-08-19 | Bullet and ordered lists now always simple in dokuwiki writer (#386) | claremacrae | 1 | -3/+2 |
2013-08-19 | Removed unnecessary line-break after hard break in dokuwiki writer (#386) | claremacrae | 1 | -1/+1 |
2013-08-18 | Adjusted writers and tests for change in parsing of div/span. | John MacFarlane | 7 | -14/+58 |
2013-08-18 | Stop plain text ** and __ becoming formatting in dokuwiki writer (#386) | claremacrae | 1 | -1/+1 |
2013-08-18 | Stop plain text // becoming an italic marker in dokuwiki writer (#386) | claremacrae | 1 | -3/+2 |
2013-08-18 | Treat inline code blocks like <code> instead of <tt> in dokuwiki writer (#386) | claremacrae | 1 | -1/+10 |
2013-08-17 | Nasty hack to stop C comments in inline code becoming italics in dokuwiki wri... | claremacrae | 1 | -1/+6 |
2013-08-17 | Fixed inlined code in dokuwiki writer (#386) | claremacrae | 1 | -6/+1 |
2013-08-17 | Don't add entities in <code> blocks in dokuwiki writer (#386) | claremacrae | 1 | -1/+1 |
2013-08-17 | Implement <code> blocks in dokuwiki writer (#386) | claremacrae | 1 | -2/+1 |
2013-08-17 | Implement table headings in dokuwiki writer (#386) | claremacrae | 1 | -2/+19 |
2013-08-16 | LaTeX writer: Avoid problem with footnotes in unnumbered headers. | John MacFarlane | 1 | -6/+7 |
2013-08-14 | Updated for removed unMeta, unFormat in pandoc-types. | John MacFarlane | 1 | -2/+2 |
2013-08-11 | ODT/OpenDocument writer: Minor changes for ODF 1.2 conformance. | John MacFarlane | 2 | -7/+16 |
2013-08-11 | Options: Changed `writerSourceDir` to `writerSourceURL` (now a Maybe). | John MacFarlane | 3 | -21/+12 |
2013-08-11 | Initial implementation of tables in dokuwiki writer (#386) | claremacrae | 1 | -22/+17 |
2013-08-10 | Use walk, walkM in place of bottomUp, bottomUpM when possible. | John MacFarlane | 7 | -20/+24 |
2013-08-10 | Use query instead of queryWith. | John MacFarlane | 2 | -5/+6 |
2013-08-10 | Adjustments for new Format newtype. | John MacFarlane | 14 | -66/+95 |
2013-08-08 | Preliminary support for new Div and Span elements in writers. | John MacFarlane | 17 | -0/+56 |
2013-08-08 | Added Text.Pandoc.Compat.Monoid. | John MacFarlane | 1 | -1/+1 |
2013-08-06 | Added support for MetaBool. | John MacFarlane | 2 | -0/+3 |
2013-08-06 | Implement strikeout in dokuwiki writer (#386) | claremacrae | 1 | -1/+1 |
2013-08-04 | Remove CPP from default-extensions; add pragmas to modules as needed. | John MacFarlane | 1 | -5/+1 |
2013-08-03 | MediaWiki writer: Use native mediawiki tables instead of HTML. | John MacFarlane | 1 | -44/+39 |
2013-07-28 | Implement footnotes in dokuwiki writer (#386) | claremacrae | 1 | -3/+3 |
2013-07-28 | Removed incorrect entity conversion in dokuwiki writer (#386) | claremacrae | 1 | -4/+3 |
2013-07-28 | Implemented linebreaks in dokuwiki writer (#386) | claremacrae | 1 | -1/+1 |
2013-07-26 | Added another todo - dokuwiki writer (#386) | claremacrae | 1 | -0/+1 |
2013-07-26 | Added some todos to dokuwiki writer (#386) | Clare Macrae | 1 | -0/+15 |
2013-07-26 | Beamer: add allowframebreaks to slide if set in header classes. | John MacFarlane | 1 | -8/+11 |
2013-07-26 | Convert bullet and numbered lists in dokuwiki writer (#386) | Clare Macrae | 1 | -6/+25 |
2013-07-25 | LaTeX writer: Change `\` to `/` in paths. | John MacFarlane | 1 | -2/+4 |
2013-07-18 | Fixed warning. | John MacFarlane | 1 | -1/+1 |
2013-07-18 | Improved fetching of external resources. | John MacFarlane | 3 | -8/+12 |
2013-07-16 | Text.Pandoc.ImageSize: Handle EPS. | John MacFarlane | 1 | -0/+1 |
2013-07-15 | Implement conversion of images in dokuwiki writer (#386) | Clare Macrae | 1 | -4/+5 |
2013-07-15 | Weak implementation of hyperlinks for dokuwiki (#386) | Clare Macrae | 1 | -1/+1 |
2013-07-14 | Fixing wrong numbered-list indentation in open document format | Alexander Kondratskiy | 1 | -5/+7 |
2013-07-14 | Implemented horizontal rule for dokuwiki (#386) | Clare Macrae | 1 | -1/+1 |
2013-07-14 | Implemented Emphasis (italic) and Strong (bold) for dokuwiki (#386) | Clare Macrae | 1 | -2/+2 |
2013-07-14 | Implemented correct output of dokuwiki (#386) | Clare Macrae | 1 | -1/+1 |
2013-07-14 | Initial work to create dokuwiki writer (#386) | Clare Macrae | 1 | -0/+407 |
2013-07-13 | Docx writer: Make `--no-highlight` work properly. | John MacFarlane | 1 | -7/+11 |
2013-07-13 | Checking options before applying syntax highlighting for HTML output | Alexander Kondratskiy | 1 | -3/+9 |
2013-07-12 | Docx writer: Ignore most components of reference.docx. | John MacFarlane | 1 | -24/+41 |