| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| Textile, MediaWiki, Markdown, Org, RST will emit raw HTML div tags for divs. Otherwise Div and Span are "transparent" block containers. | |||||
| 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 | |
| When the original document had text containing //, this was previously included, unchanged, in the dokuwiki output, and this interacted badly with later, intended, formating text. | |||||
| 2013-08-18 | Treat inline code blocks like <code> instead of <tt> in dokuwiki writer (#386) | claremacrae | 1 | -1/+10 | |
| Done because I noticed that in the Autolinks section of writer.dokuwiki, the URL in inlined code was getting auto-linked, when it wasn't supposed to. This also meant that any inline code examples that had text that looked like dokuwiki syntax could break the formatting of later text. | |||||
| 2013-08-17 | Nasty hack to stop C comments in inline code becoming italics in dokuwiki ↵ | claremacrae | 1 | -1/+6 | |
| writer (#386) | |||||
| 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 | |
| Closes #940. Added test case. | |||||
| 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 | |
| See #939. We leave the nonconforming contextual-spacing attribute, which is provided by LibreOffice itself and seems to be supported. | |||||
| 2013-08-11 | Options: Changed `writerSourceDir` to `writerSourceURL` (now a Maybe). | John MacFarlane | 3 | -21/+12 | |
| Previously we used to store the directory of the first input file, even if it was local, and used this as a base directory for finding images in ODT, EPUB, Docx, and PDF. This has been confusing to many users. It seems better to look for images relative to the current working directory, even if the first file argument is in another directory. writerSourceURL is set to 'Just url' when the first command-line argument is an absolute URL. (So, relative links will be resolved in relation to the first page.) Otherwise, 'Nothing'. The ODT, EPUB, Docx, and PDF writers have been modified accordingly. Note that this change may break some existing workflows. If you have been assuming that relative links will be interpreted relative to the directory of the first file argument, you'll need to make that the current directory before running pandoc. Closes #942. | |||||
| 2013-08-11 | Initial implementation of tables in dokuwiki writer (#386) | claremacrae | 1 | -22/+17 | |
| Todo: alignment, and headings | |||||
| 2013-08-10 | Use walk, walkM in place of bottomUp, bottomUpM when possible. | John MacFarlane | 7 | -20/+24 | |
| They are significantly faster. | |||||
| 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 | |
| Currently these are "transparent" containers, except in HTML, where they produce div and span elements with attributes. | |||||
| 2013-08-08 | Added Text.Pandoc.Compat.Monoid. | John MacFarlane | 1 | -1/+1 | |
| This allows pandoc to compile with base < 4.5, where Data.Monoid doesn't export `<>`. Thanks to Dirk Ullirch for the patch. | |||||
| 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 | |
| Closes #720. | |||||
| 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 | |
| It's recommended that your bibliography slide have this attribute: # References {.allowframebreaks} This causes multiple slides to be created if necessary, depending on the length of the bibliography. | |||||
| 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 | |
| `/` works even on Windows in LaTeX. `\` will cause major problems if unescaped. | |||||
| 2013-07-18 | Fixed warning. | John MacFarlane | 1 | -1/+1 | |
| 2013-07-18 | Improved fetching of external resources. | John MacFarlane | 3 | -8/+12 | |
| * In Shared, openURL and fetchItem now return an Either, for better error handling. (API change.) * Better error message when fetching a URL fails with `--self-contained`. * EPUB writer: If resource not found, skip it, as in Docx writer. * Closes #916. | |||||
| 2013-07-16 | Text.Pandoc.ImageSize: Handle EPS. | John MacFarlane | 1 | -0/+1 | |
| Closes #903. This change will make EPS images properly sized on conversion to Word. | |||||
| 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 | |
| TODO Simplify the code | |||||
| 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 | |
| In this first version, all dokuwiki files are straight copies of the media wiki counterparts. | |||||
| 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 | |
| We take the word/styles.xml, docProps/app.xml, word/theme/theme1.xml, and word/fontTable.xml from reference.docx, ignoring everything else. Perhaps this will help with the corruption problems caused when different versions of Word resave the reference.docx and reorganize things. | |||||
| 2013-07-04 | Docx writer: Use w:br with w:type 'textWrapping' for linebreaks. | John MacFarlane | 1 | -1/+1 | |
| Previously we used w:cr. I don't see a difference between these in my version of Word, but apparently some do. Closes #873. | |||||
| 2013-07-04 | LaTeX writer: Don't use ligatures in escaping inline code. | John MacFarlane | 1 | -9/+15 | |
| 2013-07-02 | Rename `Ext_yaml_title_block` -> `Ext_yaml_metadata_block`. | John MacFarlane | 1 | -4/+4 | |
| 2013-07-02 | Markdown writer: Changed condition for rendering title block. | John MacFarlane | 1 | -4/+3 | |
| Previously it was only rendered if title, author, or date set. Now any metadata field can be set. | |||||
