aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-12-14Reorganized changelog.John MacFarlane1-138/+135
2015-12-14Fixed benchmark for new API.John MacFarlane1-2/+2
2015-12-14Factored out convertWithOptsJohn MacFarlane1-0/+3
2015-12-14Removed "compatibility mode" when called as hsmarkdown.John MacFarlane3-41/+12
2015-12-14Removed deprecated --strict option entirely.John MacFarlane1-8/+0
2015-12-13Updated changelog.John MacFarlane1-0/+247
2015-12-13ICML writer: removed redundant import.John MacFarlane1-1/+0
2015-12-13Merge pull request #2570 from mb21/rst-reader-imgattrsJohn MacFarlane12-57/+101
Image attributes
2015-12-13Fixed ICML image syntax for local files.John MacFarlane2-3/+3
`file:filename` rather than `file://./filename`. I think this is right; it matches what we had before with people actually using the ICML writer, and seems to match examples in the spec. I don't have a copy of InDesign I can test on, though. @DigitalPublishingToolkit and @mb21, can you have a look?
2015-12-13Use posix path separators in ICML link URIs.John MacFarlane1-1/+1
Closes #2589.
2015-12-13Use lts-3.18 in stack.yamls.John MacFarlane3-7/+3
2015-12-13Use lts-3.18 resolver to avoid Windows build problems.John MacFarlane1-1/+5
2015-12-13ODT/OpenDocument writer: improved image attributesmb212-27/+34
- support for percentage widths/heights - use Attr instead of title to get dimensions from ODT walker to writeOpenDocument
2015-12-13Docx reader: image attributesmb216-16/+38
2015-12-13new function to extract multiple properties at once in CSS.hsmb212-6/+14
and use it in Textile reader
2015-12-13RST reader: image attributesmb212-8/+15
2015-12-13AsciiDoc writer: support anchors in spans with id elements.John MacFarlane1-1/+5
2015-12-13AsciiDoc writers: Add anchors on Div elements.John MacFarlane1-1/+4
This partially addresses jgm/pandoc-citeproc#143. It does not use the native asciidoc syntax for citations, but it does get the links to individual citations working.
2015-12-12Implemented `east_asian_line_breaks` extension.John MacFarlane3-2/+26
Text.Pandoc.Options: Added `Ext_east_asian_line_breaks` constructor to `Extension` (API change). This extension is like `ignore_line_breaks`, but smarter -- it only ignores line breaks between two East Asian wide characters. This makes it better suited for writing with a mix of East Asian and non-East Asian scripts. Closes #2586.
2015-12-12Update to use latest releases of highlighting-kate and texmath.John MacFarlane2-7/+7
2015-12-12Fixed tests.John MacFarlane12-24/+30
2015-12-12stack.yaml - use latest pandoc-types.John MacFarlane1-1/+1
2015-12-12Test fixes.John MacFarlane20-237/+238
2015-12-12Modified readers to emit SoftBreak when appropriate.John MacFarlane14-16/+26
2015-12-12Updated pandoc-types commit in stack.yamlJohn MacFarlane1-1/+1
2015-12-12Restore no wrapping of XML in Docx, ODT.John MacFarlane2-2/+2
It's possible that wrapping causes problems; safer to turn it off.
2015-12-12Fixed cite key parsing regression.John MacFarlane1-1/+1
We were capturing final colons as in [@foo: bar]; the citation id was being parsed as "@foo:". Closes jgm/pandoc-citeproc#201.
2015-12-12FB2 writer: support SoftBreak.John MacFarlane1-1/+2
This was omitted earlier.
2015-12-11Removed deprecated options `--offline` and `--html5`.John MacFarlane2-25/+0
These have been deprecated forever.
2015-12-11Implemented SoftBreak and new `--wrap` option.John MacFarlane50-171/+323
Added threefold wrapping option. * Command line option: deprecated `--no-wrap`, added `--wrap=[auto|none|preserve]` * Added WrapOption, exported from Text.Pandoc.Options * Changed type of writerWrapText in WriterOptions from Bool to WrapOption. * Modified Text.Pandoc.Shared functions for SoftBreak. * Supported SoftBreak in writers. * Updated tests. * Updated README. Closes #1701.
2015-12-11Markdown reader: parse soft break as SoftBreak.John MacFarlane1-1/+1
2015-12-11stack.yaml: Use pandoc-types commit with SoftBreak.John MacFarlane1-1/+1
2015-12-11Update texmath version in stack.yaml.John MacFarlane1-1/+1
2015-12-11Use latest texmath dev version in stack.yaml.John MacFarlane1-1/+1
2015-12-07trypandoc: sort drop-down lists.John MacFarlane1-29/+29
2015-12-04Fixed Emoji character definitions.John MacFarlane1-870/+871
There were many bugs in the definitions. Closes #2523.
2015-12-04Beamer template: make `\euro` conditional on presence of character.John MacFarlane1-7/+7
for xelatex and lualatex, as it is for pdflatex. Andrew Dunning.
2015-12-03Markdown reader: Improved pipe table relative widths.John MacFarlane2-7/+8
Previously pipe table columns got relative widths (based on the header underscore lines) when the source of one of the rows was greater in width than the column width. This gave bad results in some cases where much of the width of the row was due to nonprinting material (e.g. link URLs). Now pandoc only looks at printable width (the width of a plain string version of the source), which should give better results. Thanks to John Muccigrosso for bringing up the issue.
2015-12-03LaTeX template changes:John MacFarlane5-15/+7
- only pass options to color package if colorlinks is set - make definition of `\euro` conditional in xelatex/lualatex, as it is already for pdflatex (Andrew Dunning)
2015-12-03Fixed man template so disabling hyphenation actually works.John MacFarlane2-8/+8
The command needs to come after .TH.
2015-12-03Merge pull request #2569 from rgaiacs/add-highlighting-to-gapJohn MacFarlane1-1/+2
Add highlighting support to GAP
2015-12-03Add support to GAPRaniere Silva1-1/+2
2015-12-02Merge pull request #2568 from mb21/readers-imagesJohn MacFarlane2-3/+10
Textile Reader: image attributes
2015-12-03Textile Reader: image attributesmb211-2/+9
closes #2515
2015-12-02Parse CSS that doesn't contain the optional semicolonmb211-1/+1
2015-12-01Use lts-3.16.John MacFarlane5-5/+5
2015-12-01Docx writer: better handling of PDF images.John MacFarlane1-8/+2
Previously we tried to get the image size from the image even if an explicit size was specified. Since we still can't get image size for PDFs, this made it impossible to use PDF images in docx. Now we don't try to get the image size when a size is already explicitly specified.
2015-11-28stack.full.yaml - use local versions of everything.John MacFarlane2-9/+6
2015-11-24Markdown writer: use raw HTML for link/image attributes whenJohn MacFarlane1-2/+12
the `link_attributes` extension is unset and `raw_html` is set. Closes #2554.
2015-11-24s/mb21/Mauro Bieg/ in README contributor list and changelog.John MacFarlane2-18/+20