John MacFarlane
ab8b00ea0c
Custom writer: raise error if loadstring returns an error status.
...
This will make debugging custom scripts much easier.
2015-01-18 21:48:04 -08:00
John MacFarlane
25e12ca7b2
EPUB writer: properly handle internal links to IDs in spans, divs.
...
Closes #1884 .
2015-01-17 11:27:49 -08:00
Mark Wright
9c68017786
ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10#GHCsaysNoinstanceforFoldable...arisingfromtheuseof ...
2015-01-05 14:48:01 +11:00
Mark Wright
dbe1b38816
ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10#GHCsaysNoinstanceforFoldable...arisingfromtheuseof ...
2015-01-05 14:47:33 +11:00
Mark Wright
5ea3856bb0
ghc 7.10.1 RC1 requires FlexibleContexts https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10#Inferredtype-signaturesnowmayrequiretoenableFlexibleContextsGADTsorTypeFamilies
2015-01-05 14:46:57 +11:00
Mark Wright
c80c9ac9da
ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10#GHCsaysNoinstanceforFoldable...arisingfromtheuseof ...
2015-01-05 14:46:40 +11:00
Mark Wright
8b9bded796
ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10#GHCsaysNoinstanceforFoldable...arisingfromtheuseof ...
2015-01-05 14:46:15 +11:00
Mark Wright
e4c7894d01
ghc 7.10.1 RC1 requires FlexibleContexts https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10#Inferredtype-signaturesnowmayrequiretoenableFlexibleContextsGADTsorTypeFamilies
2015-01-05 14:42:45 +11:00
Mark Wright
2a6f68f4bf
ghc 7.10.1 RC1 requires FlexibleContexts https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10#Inferredtype-signaturesnowmayrequiretoenableFlexibleContextsGADTsorTypeFamilies
2015-01-05 14:42:26 +11:00
Mark Wright
4e3281c550
ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10#GHCsaysNoinstanceforFoldable...arisingfromtheuseof ...
2015-01-05 14:41:54 +11:00
John MacFarlane
2c3310a592
Added Text.Pandoc.Compat.Locale to assist with transition to time 1.5.
2014-12-19 16:13:38 -08:00
John MacFarlane
005eda2f02
MediaWiki writer: Fixed links with URL = text.
...
Previously these were rendered as bare words, even if the URL
was not an absolute URL.
Closes #1825 .
2014-12-19 11:32:37 -08:00
John MacFarlane
fcd1599b09
FB2 writer: Add newline to output.
2014-12-15 22:14:29 -08:00
John MacFarlane
08abbc4604
LaTeX writer: Handle consecutive linebreaks.
...
Closes #1733 .
2014-12-15 22:04:18 -08:00
John MacFarlane
0eb3f8cff2
HTML writer: put newline btw img and caption paragraph.
2014-12-15 21:49:16 -08:00
John MacFarlane
61d2c2e8cb
LaTeX writer: better handling of display math in simple tables.
...
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 21:14:07 -08:00
John MacFarlane
cb8bb4705f
EPUB writer: include "landmarks" section in nav document for epub3.
...
Closes #1757 .
2014-12-15 20:56:03 -08:00
Matthew Pickering
e6bd29e9b8
Text.Pandoc.Writers.RTF: Add blankline at end of output
...
Closes #1732
2014-12-15 21:35:47 +00:00
Matthew Pickering
a17f6f2f39
Text.Pandoc.Readers.HTML: Retain display type of MathML output
...
Closes #1719
2014-12-15 21:35:47 +00:00
John MacFarlane
c37db57c9a
EPUB writer: Removed playOrder from navpoint elements in ncx file.
...
These aren't required, and they make manual modification of epubs
difficult. Closes #1760 .
2014-12-15 10:22:19 -08:00
John MacFarlane
47c360e079
Improved texorpdfstring patch #1148 .
...
* Make LaTeX reader recognize texorpdfstring.
* Don't use texorpdfstring unless it's actually needed.
* Fix tests.
2014-12-15 10:06:03 -08:00
John MacFarlane
544f3e5b45
Merge branch 'use-texorpdfstring' of https://github.com/wilx/pandoc into wilx-use-texorpdfstring
...
Conflicts:
src/Text/Pandoc/Writers/LaTeX.hs
tests/Tests/Writers/LaTeX.hs
2014-12-15 10:01:50 -08:00
John MacFarlane
4ffa70970d
Merge pull request #1695 from bjornbm/master
...
Escape inline verbatim spaces in LaTeX output
2014-12-10 09:07:46 -08:00
Matthew Pickering
48e2586ec8
Merge pull request #1746 from shelf/dw-ext-images
...
DokuWiki writer: fix external images
2014-12-08 23:55:36 +00:00
Nikolay Yakimov
f7b265e2ff
Fix for #1641 (docx table captions above tables)
...
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-08 22:50:57 +00:00
Matthew Pickering
068bdbbc91
Merge pull request #1716 from lierdakil/issue1607-pullreq
...
First step to fixing internationalisation problems with docx output
2014-12-07 16:44:24 +00:00
John MacFarlane
4d296f70df
ICML writer: Don't force all citations into footnotes.
2014-11-30 22:30:04 -08:00
John MacFarlane
d8fde9547e
Reverted "omit blank lines after list items," better fix for #1777 .
...
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 12:34:44 -08:00
John MacFarlane
25e2c42347
RST writer: Omit blank lines after list items.
...
They are optional in RST (except after the last list item,
of course).
Fixes #1777 .
2014-11-25 12:24:33 -08:00
John MacFarlane
dc92a62883
RST writer: Ensure blank line after figure.
2014-11-25 12:24:14 -08:00
John MacFarlane
159c711675
Fixed double-rendering of footnotes in RST tables.
...
Closes #1769 .
2014-11-19 16:20:07 -08:00
John MacFarlane
7a5cb29319
Really fix #1758 . Add id="cover"
to body on cover page.
...
Not title page!
2014-11-17 15:43:40 -08:00
John MacFarlane
91a26fcdc4
Use regular page template for nav.xhtml.
...
This includes the HTML doctype.
Closes #1759 .
2014-11-16 21:43:05 -08:00
Timothy Humphries
ffae1567fd
DokuWiki writer: fix external images
...
Handles #1739 . Preface relative links with ":", absolute URIs without.
2014-11-09 00:35:29 -05:00
John MacFarlane
f3ac41937d
DokuWiki writer: Better handling of block quotes.
...
This change ensures that multiple paragraph blockquotes are
rendered using native `>` rather than as HTML.
Closes #1738 .
2014-11-04 14:52:19 -08:00
John MacFarlane
deaefb18ca
ODT writer: Correctly handle images without extensions.
...
Closes #1729 .
2014-10-30 15:54:04 -07:00
Todd Sifleet
8ad321d0d4
Strip querystring in ODT write
...
* Resolve #1682
* Strip querystring from filename before rendering ODT files, ODT cannot
handle querystrings in files.
2014-10-28 18:45:36 -07:00
Nikolay Yakimov
3c894987b2
Docx Writer: Partial fix for #1607
...
International heading styles are inferred based on `<w:name val="heading #">` fallback, if there are no en-US "Heading#" styles
2014-10-24 23:57:06 +04:00
John MacFarlane
e16683b539
HTML writer: Make header attributes work outside top level.
...
Previously they only appeared on top level header elements.
Now they work e.g. in blockquotes.
Closes #1711 .
2014-10-23 10:27:14 -07:00
John MacFarlane
e4f3475eaa
DOCX writer: Look in user data dir for archive reference.docx.
2014-10-21 14:33:15 -07:00
John MacFarlane
0714a363c6
Merge pull request #1668 from gbataille/widthFromRef2
...
Getting the page width from the reference file
2014-10-21 10:05:51 -07:00
Bjorn Buckwalter
7960013cd4
Escape spaces. Fixes jgm/pandoc#1694 .
2014-10-15 21:06:41 +02:00
John MacFarlane
2eaa0f6ab1
EPUB reader: Further URI handling improvements.
...
Now we outsource most of the work to `fetchItem'`.
Also, do not include queries in file extensions.
Improves fix to #1671 .
It is possible that this will have some unexpected effects, so
further testing would be good.
2014-10-08 15:45:50 -07:00
John MacFarlane
f8087b6c43
EPUB writer: correctly resolve relative URIs. (Closes #1671.)
2014-10-08 15:19:27 -07:00
John MacFarlane
a4d28cdd6d
Fixed absolute URI detection in EPUB writer. Closes #1672 .
2014-10-08 14:54:03 -07:00
John MacFarlane
d60707eed0
EPUB writer: Don't add sourceURL to absolute URIs!
...
Closes #1669 .
If there are further issues, please open a new, targeted issue on the
tracker. Some notes on the further issues you gestured at:
Data URIs are indeed dereferenced, but why is this a problem?
(The function being used to fetch from URLs is used for many different
formats. Preserving data URIs would make sense in EPUBs, but not
for e.g. PDF output. And by dereferencing we can get a smaller,
more efficient EPUB, with the data stored as bytes in a file rather
than encoded in textual representation.)
"absolute uris are not recognized" -- I assume that is the problem
just fixed. If not, please open a new issue.
"relative uris are resolved (wrongly) like file paths" -- can you
give an example?
`<base>` tag is ignored. Yes. I didn't know about the base tag. Could
you open a new issue just for this?
2014-10-08 11:52:47 -07:00
Grégory Bataille
8a1a5948be
Getting the page width from the reference file
...
Uses it to scale images that are too large.
When there is no reference files, default to a US letter portrait size
to scale the images
2014-10-05 14:53:06 +02:00
John MacFarlane
08ac33815b
RST writer: Wrap line blocks with spaces before continuations.
...
Improves on fix to #1656 .
2014-09-30 09:25:54 -07:00
John MacFarlane
29e1c9529f
Don't wrap lines in rST line blocks.
...
Closes #1656 .
Fixing pandoc to wrap the lines but insert spaces would be much
more complicated. This at least makes the output semantically
correct.
2014-09-29 21:48:59 -07:00
John MacFarlane
9c4e33f085
Merge pull request #1589 from mszep/master
...
Add function to sanitize ConTeXt labels
2014-09-27 16:20:56 -07:00