summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | DocBook readers: Include id on section headers.John MacFarlane2014-12-14
| | | | | | | | | | | | | | | | Closes #1818.
* | | | DocBook reader: Handle menuchoice elements better.John MacFarlane2014-12-14
| | | | | | | | | | | | | | | | | | | | They are now rendered with a `>` between them. Closes #1817.
* | | | DocBook reader: get string content in inner tags for literal elements.John MacFarlane2014-12-14
| | | | | | | | | | | | | | | | Closes #1816.
* | | | DocBook reader: handle keycombo, keycap.John MacFarlane2014-12-14
| | | | | | | | | | | | | | | | Closes #1815.
* | | | Merge pull request #1813 from tarleb/file-linksJohn MacFarlane2014-12-14
|\ \ \ \ | | | | | | | | | | Org reader: properly handle links to `file:target`
| * | | | Org reader: properly handle links to `file:target`Albert Krewinkel2014-12-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Org links like `[[file:target][title]]` were not handled correctly, parsing the link target verbatim. The org reader is changed such that the leading `file:` is dropped from the link target. This is related to issues #756 and #1812.
* | | | | Fixe autolinks with following punctuation.John MacFarlane2014-12-14
|/ / / / | | | | | | | | | | | | | | | | | | | | Closes #1811. The price of this is that autolinked bare URIs can no longer contain `>` characters, but this is not a big issue.
* | | | Merge pull request #1695 from bjornbm/masterJohn MacFarlane2014-12-10
|\ \ \ \ | | | | | | | | | | Escape inline verbatim spaces in LaTeX output
| * | | | Escape spaces. Fixes jgm/pandoc#1694.Bjorn Buckwalter2014-10-15
| | | | |
* | | | | Merge pull request #1797 from bos/masterJohn MacFarlane2014-12-08
|\ \ \ \ \ | | | | | | | | | | | | DocBook reader: add support for "classname", document and test "type"
| * | | | | DocBook reader: document/test "type" as implementedBryan O'Sullivan2014-12-08
| | | | | |
| * | | | | Fix test suiteBryan O'Sullivan2014-12-08
| | | | | |
| * | | | | DocBook reader: add support for classnameBryan O'Sullivan2014-12-08
| | | | | |
* | | | | | Merge pull request #1795 from bos/masterJohn MacFarlane2014-12-08
|\| | | | | | | | | | | | | | | | | DocBook reader: add support for calloutlist and callout
| * | | | | DocBook reader: add support for calloutlist and calloutBryan O'Sullivan2014-12-08
| | | | | | | | | | | | | | | | | | | | | | | | We treat a calloutlist as a bulleted list. This works well in practice.
* | | | | | Merge pull request #1796 from bos/threadedJohn MacFarlane2014-12-08
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Link the test suite using -threaded
| * | | | | Link the test suite using -threadedBryan O'Sullivan2014-12-08
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows the test suite to be run using "+RTS -N". Doing so improves the performance of the test suite on my quad-core Mac laptop as follows: Before: 8.2 seconds After: 2.5 seconds
* | | | | Merge pull request #1746 from shelf/dw-ext-imagesMatthew Pickering2014-12-08
|\ \ \ \ \ | | | | | | | | | | | | DokuWiki writer: fix external images
| * | | | | DokuWiki writer: add external_images testTimothy Humphries2014-11-09
| | | | | | | | | | | | | | | | | | | | | | | | Add test for #1739.
| * | | | | DokuWiki writer: fix external imagesTimothy Humphries2014-11-09
| | | | | | | | | | | | | | | | | | | | | | | | Handles #1739. Preface relative links with ":", absolute URIs without.
* | | | | | Merge pull request #1794 from mpickering/docxfixJohn MacFarlane2014-12-08
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix for #1641 (docx table captions above tables)
| * | | | | | Fix for #1641 (docx table captions above tables)Nikolay Yakimov2014-12-08
| | |_|/ / / | |/| | | | | | | | | | | | | | | | 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.
* | | | | | Merge pull request #1646 from neongreen/issue1631Matthew Pickering2014-12-08
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Add an -email address link- example to README.
| * | | | | README: Add an -email address link- example.Artyom2014-09-26
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #1631.
* | | | | | Updated INSTALL on building man pages.John MacFarlane2014-12-07
| | | | | | | | | | | | | | | | | | | | | | | | Closes #1788.
* | | | | | Merge pull request #1716 from lierdakil/issue1607-pullreqMatthew Pickering2014-12-07
|\ \ \ \ \ \ | | | | | | | | | | | | | | First step to fixing internationalisation problems with docx output
| * | | | | | Docx Writer: Partial fix for #1607Nikolay Yakimov2014-10-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | International heading styles are inferred based on `<w:name val="heading #">` fallback, if there are no en-US "Heading#" styles
* | | | | | | Merge pull request #1790 from mpickering/masterJohn MacFarlane2014-12-07
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Text.Pandoc.Pretty: Improve performance of realLength
| * | | | | | | Text.Pandoc.Pretty: Improve performance of realLengthMatthew Pickering2014-12-06
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Eliminates memory usage and twofold increase in speed.
* | | | | | | Merge pull request #1787 from Twinside/masterMatthew Pickering2014-12-06
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Update pandoc.cabal, Bumping JuicyPixels upper bound
| * | | | | | | Update pandoc.cabal, Bumping JuicyPixels upper boundVincent2014-12-06
|/ / / / / / /
* | | | | | | Merge pull request #1781 from bergey/rstJohn MacFarlane2014-12-01
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | parse RST quoted literal blocks and class directives
| * | | | | | | parse RST class directivesDaniel Bergey2014-12-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The class directive accepts one or more class names, and creates a Div value with those classes. If the directive has an indented body, the body is parsed as the children of the Div. If not, the first block folowing the directive is made a child of the Div. This differs from the behavior of rst2xml, which does not create a Div element. Instead, the specified classes are applied to each child of the directive. However, most Pandoc Block constructors to not take an Attr argument, so we can't duplicate this behavior.
| * | | | | | | parse RST quoted literal blocksDaniel Bergey2014-12-01
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | closes #65 RST quoted literal blocks are the same as indented literal blocks (which pandoc already supports) except that the quote character is preserved in each line. This includes test cases for the quoted literal block, as well as additional tests for line blocks and indented literal blocks, to verify that these are unaffected by the changes.
* | | | | | | ICML writer: Don't force all citations into footnotes.John MacFarlane2014-11-30
| | | | | | |
* | | | | | | Reverted "omit blank lines after list items," better fix for #1777.John MacFarlane2014-11-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | RST writer: Omit blank lines after list items.John MacFarlane2014-11-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They are optional in RST (except after the last list item, of course). Fixes #1777.
* | | | | | | RST writer: Ensure blank line after figure.John MacFarlane2014-11-25
| | | | | | |
* | | | | | | LaTeX reader: support `\smartcite` and `\Smartcite` from biblatex.John MacFarlane2014-11-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | See jgm/pandoc-citeproc#26.
* | | | | | | Fixed double-rendering of footnotes in RST tables.John MacFarlane2014-11-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #1769.
* | | | | | | Really fix #1758. Add `id="cover"` to body on cover page.John MacFarlane2014-11-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Not title page!
* | | | | | | Use regular page template for nav.xhtml.John MacFarlane2014-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This includes the HTML doctype. Closes #1759.
* | | | | | | Removed extra body tag from epub3 template.John MacFarlane2014-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a bug introduced by the previous fix.
* | | | | | | epub, epub3 templates: Added id="cover" to body of titlepage.John MacFarlane2014-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This aids styling, making it possible for example to set 0 margins on the title page. Closes jgm/pandoc#1758.
* | | | | | | Make `embed` tag either block or inline.John MacFarlane2014-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #1756.
* | | | | | | Removed extra `</body>` tag from `tests/html-reader.html`.John MacFarlane2014-11-16
| | | | | | |
* | | | | | | Changed mime type for otf to application/vnd.ms-opentype.John MacFarlane2014-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #1761. This is needed for epub3 validation. See http://www.idpf.org/epub/20/spec/OPF_2.0.1_draft.htm#Section2.3.1
* | | | | | | Fixed bug in org with bulleted lists:John MacFarlane2014-11-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - a - b * c was being parsed as a list, even though an unindented `*` should make a heading. See <http://orgmode.org/manual/Plain-lists.html#fn-1>.
* | | | | | | Add tests for external links with anchorsCaleb McDaniel2014-11-13
| | | | | | |
* | | | | | | Account for external link URLs with anchorsCaleb McDaniel2014-11-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, if a URL had an anchor, such as http://johnmacfarlane.net/pandoc/README.html#synopsis the reader would incorrectly identify it as an internal link and return "#synopsis" for the link in output.