Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-07-08 | Put myself as maintainer (#1398) | Clare Macrae | 1 | -1/+1 | |
2014-07-07 | Merge branch 'dokuwiki' of https://github.com/claremacrae/pandoc into ↵ | John MacFarlane | 1 | -0/+435 | |
claremacrae-dokuwiki | |||||
2014-07-07 | EPUB writer: better handle HTML media tags. | John MacFarlane | 1 | -1/+6 | |
2014-07-04 | MediaWiki writer: Minor renaming of 'st' prefixed names. | John MacFarlane | 1 | -31/+31 | |
2014-07-04 | Little restructuralization. | Matej Kollar | 1 | -9/+6 | |
2014-07-04 | Move more things to Reader. | Matej Kollar | 1 | -36/+29 | |
2014-07-04 | HLint suggestions. | Matej Kollar | 1 | -35/+34 | |
2014-07-02 | DokuWiki writer: Span no longer swallows text | Clare Macrae | 1 | -6/+2 | |
2014-07-02 | DokuWiki writer: Remove todos that I have already done. | Clare Macrae | 1 | -2/+0 | |
2014-07-02 | DokuWiki writer: Retain unknown RawBlock and RawInline text | Clare Macrae | 1 | -2/+2 | |
This added \cite and \begin latex to the testuite output. | |||||
2014-07-02 | DokuWiki output: Implement blockquotes properly | Clare Macrae | 1 | -2/+2 | |
TODO Also implement nested blockquotes. | |||||
2014-07-02 | DokuWiki writer: remove unused code | Clare Macrae | 1 | -25/+0 | |
2014-07-02 | Use Reader. | Matej Kollar | 1 | -96/+95 | |
To avoid to pass opts explicitly around (as we do not use it very much at the moment anyway) | |||||
2014-07-01 | Merge branch 'master' of git://github.com/jgm/pandoc into dokuwiki | Clare Macrae | 1 | -3/+6 | |
2014-07-01 | Remove stray <div> and </div> from DokuWiki output (#386) | Clare Macrae | 1 | -5/+2 | |
2014-07-01 | Improved HTML Blocks in DokuWiki output (#386) | Clare Macrae | 1 | -1/+1 | |
For example, this fixes the display of a broken table, and it also fixes the various HTML horizontal rules. | |||||
2014-06-30 | Disable warnings about unused parameters. | Clare Macrae | 1 | -2/+2 | |
2014-06-29 | Docx writer: insert bookmark tags inside <w:p> tag. | Jesse Rosenthal | 1 | -3/+6 | |
This makes the header anchors in pandoc-generated ooxml match those generated by word. | |||||
2014-06-29 | Updated Copyright year, for consistency with MediaWiki.hs | Clare Macrae | 1 | -2/+2 | |
2014-06-29 | Updated DokuWiki code and tests to work with latest code from jgm. | Clare Macrae | 1 | -6/+22 | |
The new code was got from inspecting changes in MediaWiki.hs This slightly changes the output of Div blocks, but I'm not convinced the original behaviour was really correct anyway. The code for handling Span does nothing for now, until I can work out the desired behaviour, and add tests for it. | |||||
2014-06-29 | Merge remote-tracking branch 'jgm/master' into dokuwiki | Clare Macrae | 24 | -733/+2763 | |
2014-06-23 | LaTeX writer: Use `\textquotesingle` for `'` in inline code. | John MacFarlane | 1 | -0/+1 | |
Otherwise we get curly quotes in the PDF output. Closes #1364. | |||||
2014-06-20 | LaTeX writer: Correctly handle figures in notes. | John MacFarlane | 1 | -5/+7 | |
Notes can't contain figures in LaTeX, so we fake it to avoid an error. Closes #1053. | |||||
2014-06-20 | LaTeX writer: Fixed strikeout + highlighted code. Closes #1294. | John MacFarlane | 1 | -1/+10 | |
Previously strikeout highlighted code caused an error. | |||||
2014-06-19 | Docx writer: Use Compact style for empty table cells. | John MacFarlane | 1 | -1/+3 | |
Otherwise we get overly tall lines when there are empty table cells and the other cells are compact. Closes #1353. | |||||
2014-06-19 | Haddock writer: Use _____ for hrule. | John MacFarlane | 1 | -2/+2 | |
Avoids interpretation as list. | |||||
2014-06-18 | Haddock writer: Only use Decimal list style. | John MacFarlane | 1 | -2/+2 | |
2014-06-18 | Small fix to haddock "tables". | John MacFarlane | 1 | -2/+2 | |
2014-06-18 | More polish on Haddock reader/writer. | John MacFarlane | 1 | -17/+6 | |
2014-06-18 | Finished first draft of Haddock writer. | John MacFarlane | 1 | -0/+357 | |
2014-06-03 | Markdown writer: Prettier pipe tables. | John MacFarlane | 1 | -8/+16 | |
Columns are now aligned. Closes #1323. | |||||
2014-06-03 | Docx writer: Section numbering carries over from reference.docx. | John MacFarlane | 1 | -1/+6 | |
Closes #1305. | |||||
2014-06-03 | Docx writer: Combine reference.docx numbering with pandoc's. | John MacFarlane | 1 | -6/+6 | |
This should have fixed #1305, allowing the reference.docx to define section numbering, but it doesn't. Now the headings appear with proper indentation, but the numbers don't appear. Unclear why. styles.xml and numbering.xml basically match the docx which has the expected result. | |||||
2014-06-03 | Docx writer: pandoc uses only numIds >= 1000 for lists. | John MacFarlane | 1 | -3/+8 | |
This opens up the possiblity (with further code changes) of preserving some numbering from the reference.docx (e.g. header numbering.) See #1305. | |||||
2014-06-03 | Docx writer: Changed abstractNumId numbering scheme. | John MacFarlane | 1 | -3/+3 | |
Now the minimum id used by pandoc is 990. All ids start with "99". This gives some room for a reference.docx to define numbering styles. Note: this is not yet possible, since pandoc generates numbering.xml entirely on its own. | |||||
2014-06-03 | Docx writer: Simplified abstractNumId numbering. | John MacFarlane | 1 | -19/+30 | |
Instead of sequential numbering, we assign numbers based on the list marker styles. This simplifies some of the code and should make it easier to modify numbering in the future. | |||||
2014-06-02 | Docx writer: Create overrides per-image for media/ in ref docx. | John MacFarlane | 1 | -13/+8 | |
This should be somewhat more robust and cover more types of images. | |||||
2014-06-02 | Docx writer: Improved entryFromArchive to avoid parse. | John MacFarlane | 1 | -2/+3 | |
No need to parse the XML if we're just going to render it right away! | |||||
2014-06-02 | Docx writer: Make images work in reference.docx headers/footers. | John MacFarlane | 1 | -8/+20 | |
* All media from reference.docx are copied into result. * Added defaults for common image types to [Content Types]. * Avoided redundant XML parse + write for entries taken over from reference.docx, for better performance. | |||||
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 | |
This includes margins, page size, page orientation. | |||||
2014-05-19 | EPUB writer: Handle multiple dates with OPF `event` attributes. | John MacFarlane | 1 | -9/+38 | |
Note: in EPUB3 we can have only one dc:date, so only the first one is used. | |||||
2014-05-19 | Avoid `import Prelude hiding (catch)`. | John MacFarlane | 1 | -7/+3 | |
See #1309. | |||||
2014-05-15 | EPUB writer: Fixed regression on cover image. | John MacFarlane | 1 | -5/+5 | |
In 1.12.4 and 1.12.4.2, the cover image would not appear properly, because the metadata id was not correct. This was introduced by the fix to #1254. Now we derive the id from the actual cover image filename, which we preserve rather than using "cover-image." | |||||
2014-05-09 | Update copyright notices for 2014, add missing notices | Albert Krewinkel | 21 | -43/+44 | |
2014-05-04 | LaTeX writer: Fixed inconsistencies with reference escaping. | John MacFarlane | 1 | -64/+67 | |
- toLabel is now monadic, and it does the needed string escaping. - Closes #1130. | |||||
2014-05-04 | Docx writer: Fall back on distribution reference.docx. | John MacFarlane | 1 | -14/+15 | |
* Undid changes to parseXml in last commit. * Instead of a string fallback, we have parseXml fall back on the reference.docx that comes with pandoc if the user's reference.docx does not contain a needed file. * Closes #1185. | |||||
2014-05-04 | Docx writer: Added ability to give fallback in parseXml. | John MacFarlane | 1 | -16/+17 | |