Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-02-07 | Merge branch 'patch/fixTexinfoWrap' of https://github.com/timtylin/scholdoc ↵ | John MacFarlane | 1 | -1/+1 | |
into timtylin-patch/fixTexinfoWrap Conflicts: src/Text/Pandoc/Writers/Texinfo.hs | |||||
2015-02-06 | Texinfo writer: fix wrapping by using breakable spaces | Tim Lin | 1 | -1/+1 | |
2015-02-04 | Append newline to the LineBreak of various writers | Tim Lin | 6 | -6/+7 | |
This change improves output formatting of content with a large amount of force line breaks, such as line-blocks. The following writers are affected: * Dokuwiki * HTML * EPUB (via HTML) * LaTeX * MediaWiki * OpenDocument * Texinfo This commit resolves #1924 | |||||
2015-02-01 | LaTeX writer: Don't escape $ in URL. Closes #1913. | John MacFarlane | 1 | -1/+1 | |
2015-02-01 | HTML writer: Add "inline" or "display" class to math spans. | John MacFarlane | 1 | -57/+60 | |
This allows inline and display math to be styled differently. Closes #1914. | |||||
2015-01-29 | Refactored `if x then [] else y` to `[y | not x]` | Konstantin Zudov | 1 | -6/+2 | |
2015-01-29 | Do not ommit missing `alt` attribute on `img` tag | Konstantin Zudov | 1 | -4/+1 | |
Fixes #1131 | |||||
2015-01-27 | Fixed list-style-type for numbered example lists. | John MacFarlane | 1 | -1/+3 | |
Should be "decimal," not "example." Closes #1902. | |||||
2015-01-19 | Use CPP to avoid unneeded import warning for blaze-markup >= 0.6.3. | John MacFarlane | 1 | -0/+3 | |
See https://github.com/jgm/pandoc/pull/1888#issuecomment-70470409 | |||||
2015-01-18 | Custom writer: Raise `PandocLuaException` instead of using 'error'. | John MacFarlane | 1 | -2/+9 | |
Eventually we'll change the return type so that no exception is involved, but at least this can be trapped. | |||||
2015-01-18 | Custom writer: raise error if loadstring returns an error status. | John MacFarlane | 1 | -1/+6 | |
This will make debugging custom scripts much easier. | |||||
2015-01-17 | EPUB writer: properly handle internal links to IDs in spans, divs. | John MacFarlane | 1 | -11/+18 | |
Closes #1884. | |||||
2015-01-05 | ghc 7.10.1 RC1 requires specifying the type of String literals ↵ | Mark Wright | 1 | -1/+1 | |
https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10#GHCsaysNoinstanceforFoldable...arisingfromtheuseof... | |||||
2015-01-05 | ghc 7.10.1 RC1 requires specifying the type of String literals ↵ | Mark Wright | 1 | -3/+3 | |
https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10#GHCsaysNoinstanceforFoldable...arisingfromtheuseof... | |||||
2015-01-05 | ghc 7.10.1 RC1 requires FlexibleContexts ↵ | Mark Wright | 1 | -1/+1 | |
https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10#Inferredtype-signaturesnowmayrequiretoenableFlexibleContextsGADTsorTypeFamilies | |||||
2015-01-05 | ghc 7.10.1 RC1 requires specifying the type of String literals ↵ | Mark Wright | 1 | -6/+6 | |
https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10#GHCsaysNoinstanceforFoldable...arisingfromtheuseof... | |||||
2015-01-05 | ghc 7.10.1 RC1 requires specifying the type of String literals ↵ | Mark Wright | 1 | -1/+1 | |
https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10#GHCsaysNoinstanceforFoldable...arisingfromtheuseof... | |||||
2015-01-05 | ghc 7.10.1 RC1 requires FlexibleContexts ↵ | Mark Wright | 1 | -1/+1 | |
https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10#Inferredtype-signaturesnowmayrequiretoenableFlexibleContextsGADTsorTypeFamilies | |||||
2015-01-05 | ghc 7.10.1 RC1 requires FlexibleContexts ↵ | Mark Wright | 1 | -1/+1 | |
https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10#Inferredtype-signaturesnowmayrequiretoenableFlexibleContextsGADTsorTypeFamilies | |||||
2015-01-05 | ghc 7.10.1 RC1 requires specifying the type of String literals ↵ | Mark Wright | 1 | -1/+1 | |
https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10#GHCsaysNoinstanceforFoldable...arisingfromtheuseof... | |||||
2014-12-19 | Added Text.Pandoc.Compat.Locale to assist with transition to time 1.5. | John MacFarlane | 3 | -7/+5 | |
2014-12-19 | MediaWiki writer: Fixed links with URL = text. | John MacFarlane | 1 | -1/+1 | |
Previously these were rendered as bare words, even if the URL was not an absolute URL. Closes #1825. | |||||
2014-12-15 | FB2 writer: Add newline to output. | John MacFarlane | 1 | -1/+1 | |
2014-12-15 | LaTeX writer: Handle consecutive linebreaks. | John MacFarlane | 1 | -2/+10 | |
Closes #1733. | |||||
2014-12-15 | HTML writer: put newline btw img and caption paragraph. | John MacFarlane | 1 | -1/+1 | |
2014-12-15 | LaTeX writer: better handling of display math in simple tables. | John MacFarlane | 1 | -1/+7 | |
We convert display math to inline math in simple tables, since LaTeX can't deal with display math in simple tables. Closes #1754. | |||||
2014-12-15 | EPUB writer: include "landmarks" section in nav document for epub3. | John MacFarlane | 1 | -3/+23 | |
Closes #1757. | |||||
2014-12-15 | Text.Pandoc.Writers.RTF: Add blankline at end of output | Matthew Pickering | 1 | -1/+3 | |
Closes #1732 | |||||
2014-12-15 | Text.Pandoc.Readers.HTML: Retain display type of MathML output | Matthew Pickering | 1 | -2/+4 | |
Closes #1719 | |||||
2014-12-15 | EPUB writer: Removed playOrder from navpoint elements in ncx file. | John MacFarlane | 1 | -2/+1 | |
These aren't required, and they make manual modification of epubs difficult. Closes #1760. | |||||
2014-12-15 | Improved texorpdfstring patch #1148. | John MacFarlane | 1 | -3/+6 | |
* Make LaTeX reader recognize texorpdfstring. * Don't use texorpdfstring unless it's actually needed. * Fix tests. | |||||
2014-12-15 | Merge branch 'use-texorpdfstring' of https://github.com/wilx/pandoc into ↵ | John MacFarlane | 1 | -1/+4 | |
wilx-use-texorpdfstring Conflicts: src/Text/Pandoc/Writers/LaTeX.hs tests/Tests/Writers/LaTeX.hs | |||||
2014-12-10 | Merge pull request #1695 from bjornbm/master | John MacFarlane | 1 | -1/+3 | |
Escape inline verbatim spaces in LaTeX output | |||||
2014-12-08 | Merge pull request #1746 from shelf/dw-ext-images | Matthew Pickering | 1 | -2/+6 | |
DokuWiki writer: fix external images | |||||
2014-12-08 | Fix for #1641 (docx table captions above tables) | Nikolay Yakimov | 1 | -2/+3 | |
Word doesn't really treat table captions as something special. It's just a paragraph with special style, nothing more, so simple reversal of output order in writer works fine. | |||||
2014-12-07 | Merge pull request #1716 from lierdakil/issue1607-pullreq | Matthew Pickering | 1 | -7/+35 | |
First step to fixing internationalisation problems with docx output | |||||
2014-11-30 | ICML writer: Don't force all citations into footnotes. | John MacFarlane | 1 | -1/+1 | |
2014-11-25 | Reverted "omit blank lines after list items," better fix for #1777. | John MacFarlane | 1 | -6/+6 | |
Now we do as before, including blank lines after list items in loose lists (even though RST doesn't care -- this is just a matter of visual appeal). But we chomp any excess whitespace after the last list item, which solves #1777. | |||||
2014-11-25 | RST writer: Omit blank lines after list items. | John MacFarlane | 1 | -3/+3 | |
They are optional in RST (except after the last list item, of course). Fixes #1777. | |||||
2014-11-25 | RST writer: Ensure blank line after figure. | John MacFarlane | 1 | -1/+1 | |
2014-11-19 | Fixed double-rendering of footnotes in RST tables. | John MacFarlane | 1 | -3/+2 | |
Closes #1769. | |||||
2014-11-17 | Really fix #1758. Add `id="cover"` to body on cover page. | John MacFarlane | 1 | -2/+3 | |
Not title page! | |||||
2014-11-16 | Use regular page template for nav.xhtml. | John MacFarlane | 1 | -11/+8 | |
This includes the HTML doctype. Closes #1759. | |||||
2014-11-09 | DokuWiki writer: fix external images | Timothy Humphries | 1 | -2/+6 | |
Handles #1739. Preface relative links with ":", absolute URIs without. | |||||
2014-11-04 | DokuWiki writer: Better handling of block quotes. | John MacFarlane | 1 | -4/+2 | |
This change ensures that multiple paragraph blockquotes are rendered using native `>` rather than as HTML. Closes #1738. | |||||
2014-10-30 | ODT writer: Correctly handle images without extensions. | John MacFarlane | 1 | -5/+6 | |
Closes #1729. | |||||
2014-10-28 | Strip querystring in ODT write | Todd Sifleet | 1 | -1/+2 | |
* Resolve #1682 * Strip querystring from filename before rendering ODT files, ODT cannot handle querystrings in files. | |||||
2014-10-24 | Docx Writer: Partial fix for #1607 | Nikolay Yakimov | 1 | -7/+35 | |
International heading styles are inferred based on `<w:name val="heading #">` fallback, if there are no en-US "Heading#" styles | |||||
2014-10-23 | HTML writer: Make header attributes work outside top level. | John MacFarlane | 1 | -4/+14 | |
Previously they only appeared on top level header elements. Now they work e.g. in blockquotes. Closes #1711. | |||||
2014-10-21 | DOCX writer: Look in user data dir for archive reference.docx. | John MacFarlane | 1 | -1/+1 | |