summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
Commit message (Collapse)AuthorAge
* Merge branch 'master' of git://github.com/jgm/pandoc into dokuwikiClare Macrae2014-07-01
|\
| * Docx writer: insert bookmark tags inside <w:p> tag.Jesse Rosenthal2014-06-29
| | | | | | | | | | This makes the header anchors in pandoc-generated ooxml match those generated by word.
* | Remove stray <div> and </div> from DokuWiki output (#386)Clare Macrae2014-07-01
| |
* | Improved HTML Blocks in DokuWiki output (#386)Clare Macrae2014-07-01
| | | | | | | | For example, this fixes the display of a broken table, and it also fixes the various HTML horizontal rules.
* | Disable warnings about unused parameters.Clare Macrae2014-06-30
| |
* | Updated Copyright year, for consistency with MediaWiki.hsClare Macrae2014-06-29
| |
* | Updated DokuWiki code and tests to work with latest code from jgm.Clare Macrae2014-06-29
| | | | | | | | | | | | | | | | | | 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.
* | Merge remote-tracking branch 'jgm/master' into dokuwikiClare Macrae2014-06-29
|\|
| * LaTeX writer: Use `\textquotesingle` for `'` in inline code.John MacFarlane2014-06-23
| | | | | | | | | | Otherwise we get curly quotes in the PDF output. Closes #1364.
| * LaTeX writer: Correctly handle figures in notes.John MacFarlane2014-06-20
| | | | | | | | | | Notes can't contain figures in LaTeX, so we fake it to avoid an error. Closes #1053.
| * LaTeX writer: Fixed strikeout + highlighted code. Closes #1294.John MacFarlane2014-06-20
| | | | | | | | Previously strikeout highlighted code caused an error.
| * Docx writer: Use Compact style for empty table cells.John MacFarlane2014-06-19
| | | | | | | | | | | | | | Otherwise we get overly tall lines when there are empty table cells and the other cells are compact. Closes #1353.
| * Haddock writer: Use _____ for hrule.John MacFarlane2014-06-19
| | | | | | | | Avoids interpretation as list.
| * Haddock writer: Only use Decimal list style.John MacFarlane2014-06-18
| |
| * Small fix to haddock "tables".John MacFarlane2014-06-18
| |
| * More polish on Haddock reader/writer.John MacFarlane2014-06-18
| |
| * Finished first draft of Haddock writer.John MacFarlane2014-06-18
| |
| * Markdown writer: Prettier pipe tables.John MacFarlane2014-06-03
| | | | | | | | Columns are now aligned. Closes #1323.
| * Docx writer: Section numbering carries over from reference.docx.John MacFarlane2014-06-03
| | | | | | | | Closes #1305.
| * Docx writer: Combine reference.docx numbering with pandoc's.John MacFarlane2014-06-03
| | | | | | | | | | | | | | 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.
| * Docx writer: pandoc uses only numIds >= 1000 for lists.John MacFarlane2014-06-03
| | | | | | | | | | | | This opens up the possiblity (with further code changes) of preserving some numbering from the reference.docx (e.g. header numbering.) See #1305.
| * Docx writer: Changed abstractNumId numbering scheme.John MacFarlane2014-06-03
| | | | | | | | | | | | | | 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.
| * Docx writer: Simplified abstractNumId numbering.John MacFarlane2014-06-03
| | | | | | | | | | | | 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.
| * Docx writer: Create overrides per-image for media/ in ref docx.John MacFarlane2014-06-02
| | | | | | | | | | This should be somewhat more robust and cover more types of images.
| * Docx writer: Improved entryFromArchive to avoid parse.John MacFarlane2014-06-02
| | | | | | | | | | No need to parse the XML if we're just going to render it right away!
| * Docx writer: Make images work in reference.docx headers/footers.John MacFarlane2014-06-02
| | | | | | | | | | | | | | * 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.
| * Docx writer: Improved handling of headers/footers.John MacFarlane2014-06-01
| |
| * Docx writer: Header and footer are now carried over from reference.docx.John MacFarlane2014-06-01
| |
| * Minor code reformat.John MacFarlane2014-06-01
| |
| * Docx writer: Take over document formatting from reference.docx.John MacFarlane2014-05-31
| | | | | | | | This includes margins, page size, page orientation.
| * EPUB writer: Handle multiple dates with OPF `event` attributes.John MacFarlane2014-05-19
| | | | | | | | | | Note: in EPUB3 we can have only one dc:date, so only the first one is used.
| * Avoid `import Prelude hiding (catch)`.John MacFarlane2014-05-19
| | | | | | | | See #1309.
| * EPUB writer: Fixed regression on cover image.John MacFarlane2014-05-15
| | | | | | | | | | | | | | | | | | | | 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."
| * Update copyright notices for 2014, add missing noticesAlbert Krewinkel2014-05-09
| |
| * LaTeX writer: Fixed inconsistencies with reference escaping.John MacFarlane2014-05-04
| | | | | | | | | | - toLabel is now monadic, and it does the needed string escaping. - Closes #1130.
| * Docx writer: Fall back on distribution reference.docx.John MacFarlane2014-05-04
| | | | | | | | | | | | | | | | * 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.
| * Docx writer: Added ability to give fallback in parseXml.John MacFarlane2014-05-04
| |
| * AsciiDoc writer: Handle multiblock table cells.John MacFarlane2014-05-03
| | | | | | | | Closes #1246.
| * AsciiDoc writer: Correctly handle empty table cells.John MacFarlane2014-05-03
| | | | | | | | Closes #1245.
| * DocBook writer: Small tweaks to last commit.John MacFarlane2014-05-03
| | | | | | | | | | | | | | | | * Use isTightList from Shared. * Adjust writer test, since isTightList is a bit different from what was used before. Closes #1250.
| * Distinguish tight and loose lists in Docbook outputNeil Mayhew2014-05-03
| | | | | | | | Determined by the first block of the first item being Plain.
| * ConTeXt writer: Improved autolinks.John MacFarlane2014-04-30
| | | | | | | | Closes #1270.
| * HTML writer: improved detection of image links.John MacFarlane2014-04-26
| | | | | | | | | | Previously image links with queries were not recognized, leading to use of an embed tag rather than an img tag.
| * Merge pull request #1265 from tarleb/org-linksJohn MacFarlane2014-04-25
| |\ | | | | | | Improvements handling of internal links
| | * LaTeX writer: Mark span contents with label if span has an IDAlbert Krewinkel2014-04-25
| | | | | | | | | | | | Prepend `\label{span-id}` to span contents iff `span-id` is defined.
| * | EPUB writer: Fixed some idrefs to match changes in ids.John MacFarlane2014-04-24
| | |
| * | Markdown writer: Use proper escapes to avoid unwanted lists.John MacFarlane2014-04-24
| | | | | | | | | | | | | | | | | | Previously we used 0-width spaces, an ugly hack. Closes #980.
| * | EPUB writer: include extension in epub ids.John MacFarlane2014-04-23
| |/ | | | | | | | | | | | | This fixes a problem with duplicate extensions for fonts and images with the same base name but different extensions. Closes #1254.
| * Merge pull request #1240 from neilmayhew/masterJohn MacFarlane2014-04-13
| |\ | | | | | | Docbook output of Line Blocks
| | * Improve handling of hard line breaks in Docbook writerNeil Mayhew2014-04-12
| | | | | | | | | | | | | | | | | | | | | * Use a <literallayout> for the entire paragraph, not just for the newline character * Don't let LineBreaks inside footnotes influence the enclosing paragraph