John MacFarlane
aad7c3bf54
windows stack.yaml - use latest skylighting.
2017-01-19 20:04:02 +01:00
John MacFarlane
b596d20605
Some fixes to permit breezeDark style.
2017-01-19 16:32:35 +01:00
John MacFarlane
46b1c31925
Add breezeDark to the list of highlighting styles.
2017-01-19 15:59:57 +01:00
John MacFarlane
937b502923
Use skylighting 0.1.1.
...
Closes #3363 .
2017-01-19 15:56:19 +01:00
John MacFarlane
06bdb8dbab
MediaWiki reader: improved handling of display math.
...
Sometimes display math is indented with more than one colon.
Previously we handled these cases badly, generating definition
lists and missing the math.
Closes #3362 .
2017-01-19 11:24:19 +01:00
bumper314
5bd571f499
Fix sample.lua barfing on Raw data ( #3358 )
...
* Fix for "pandoc: user error (Incorrect result type (string expected, got nil))." when the source format contains Raw data.
* Update sample.lua
2017-01-18 12:47:15 +01:00
ickc
117f3d2323
travis: download stack only in stack BUILD ( #3357 )
2017-01-17 14:09:02 +01:00
Mauro Bieg
1b2ba57270
fix internal link in INSTALL.md
2017-01-17 10:20:14 +01:00
John MacFarlane
1dc4b3925d
Clarify that blank space is needed around footnotes.
...
Closes #3352 .
2017-01-15 10:51:49 +01:00
Albert Krewinkel
c743e93912
Rearrange and extend badges in README ( #3354 )
...
* Reorganize badges to get a more harmonic look
* Add homebrew badge
* Add badge for pandoc-discuss google group
2017-01-15 10:48:28 +01:00
Alexey Rogachev
94513e3744
Fixed typo ( #3351 )
2017-01-13 22:15:06 +01:00
John MacFarlane
c56669ec39
Allow vector 0.12.0.0.
2017-01-10 17:05:29 +01:00
John MacFarlane
072e5a7d20
LaTeX template: Add hyphen option to url package.
2017-01-10 17:05:25 +01:00
John MacFarlane
4781819a6b
Fixed -f markdown_github-hard_line_breaks+escaped_line_breaks.
...
Previously this did not properly enable escaped line breaks.
Closes #3341 .
2017-01-08 10:01:19 +01:00
John MacFarlane
d719d79ebc
Added instructions for manual install from oxs, win packages.
2017-01-07 12:52:44 +01:00
Albert Krewinkel
4da41bdb8e
Remove pipe char irking the haddock coverage tool
...
Haddock documentation strings must be associated with functions. Remove
pipe char from a comment that was moved into a `do` block in
`Readers/Org/Inlines.hs`.
2017-01-06 18:59:07 +01:00
Albert Krewinkel
4ca420e937
Org reader: accept org-ref citations followed by commas
...
Bugfix for an issue which, whenever the citation was immediately followed by a
comma, prevented correct parsing of org-ref citations.
2017-01-06 18:22:19 +01:00
Albert Krewinkel
21e6ca1976
Org reader: ensure emphasis markup can be nested
...
Nested emphasis markup (e.g. `/*strong and emphasized*/`) was
interpreted incorrectly in that the inner markup was not recognized.
2017-01-05 23:30:46 +01:00
tgkokk
f2e3e756f8
MediaWiki reader: Fix quotation mark parsing ( #3336 )
...
Change MediaWiki reader's behavior when the smart option is parsed to
match other readers' behavior.
Fix #2012 .
2017-01-05 21:24:33 +01:00
John MacFarlane
2d8d735bb7
LaTeX template: allow passing microtypeoptions
to microtype.
...
Thanks to Vaclav Haisman.
2017-01-03 21:04:50 -08:00
John MacFarlane
66fc644ddb
Allow aeson 1.1.
2017-01-02 12:13:35 -08:00
Bheesham Persaud
6c1afc0412
Indent code on the installation page. ( #3335 )
...
Previously, not all code on the installation page was
highlighted/wrapped in code blocks due to incorrect indentation.
2017-01-01 22:40:43 -07:00
John Muccigrosso
0865168e5a
Add '@*' usage ( #3333 )
...
* Add '@*' usage
Added to nocite section to add the wildcard functionality.
* Restoring accented characters.
Removed trailing whitespace in new text too.
* Removing unneeded single quotes.
2016-12-31 12:47:28 -07:00
John MacFarlane
dccdd6b7f1
Updated docbook5 writer test for new template.
2016-12-30 23:36:12 -07:00
John MacFarlane
d1e957775a
Travis: fix false positives and speed up dist build by avoiding tests.
2016-12-30 21:18:47 -07:00
John MacFarlane
0c201c407c
docbook5template: fix namespace declarations (Mauro Bieg).
2016-12-30 20:06:59 -07:00
Mauro Bieg
32cbb8f46d
DocBook5 writer: make id attribute xml:id, fixes #3329 ( #3330 )
2016-12-30 20:03:43 -07:00
Mauro Bieg
9b29a55d9b
HTML writer: don't process pars with empty RawInline, fixes #1040 ( #3327 )
2016-12-24 14:41:54 -07:00
John MacFarlane
8f09a2b010
Travis: add path to happy to path.
2016-12-24 14:41:13 -07:00
Mauro Bieg
0159956f7f
markdown reader: disallow space between inline code and attributes ( #3326 )
...
closes #3323
2016-12-24 07:34:07 -07:00
John MacFarlane
b872765765
Added happy to travis deb pkgs.
2016-12-23 21:16:17 -07:00
John MacFarlane
9e67e1dedc
Updated windows stack.yaml.
2016-12-23 18:10:18 -07:00
John MacFarlane
9d781b1454
Updates to use skylighting rather than highlighting-kate.
...
So far this just reproduces capacity.
Later we'll be able to add features like warning
messages, dynamic loading of xml syntax definitions,
and dynamic loading of themes.
2016-12-23 18:07:49 -07:00
John MacFarlane
bfb6b61084
Allow directory 1.3. Closes #3325 .
2016-12-23 14:14:10 -07:00
Albert Krewinkel
d27188ad30
Org writer: prefix footnote numbers with fn:
...
Unprefixed numbers where used by older org-mode versions, but are no
longer supported.
2016-12-21 23:51:15 +01:00
ickc
b5ce9635ca
MANUAL/README: Fixed broken links ( #3316 )
...
MANUAL/README: "groff man" links to groff_man rather than groff
MANUAL/README: Word docx link to wikipedia
2016-12-16 22:03:00 +01:00
John MacFarlane
ee03272883
LaTeX writer: allow tables with empty cells to count as "plain."
...
This addresses a problem of too-wide tables when empty cells
are used.
Thanks to Joost Kremers for reporting the issue.
2016-12-16 14:03:58 +01:00
John MacFarlane
e8ebc540a3
MANUAL: note that --wrap=auto does not work in HTML output.
2016-12-16 09:13:02 +01:00
John MacFarlane
bbdc0e7542
MANUAL: Default --columns width is 72, not 80.
2016-12-16 09:11:14 +01:00
Albert Krewinkel
69f2734504
CONTRIBUTING: Describe labels currently used in issue tracker
...
The labels have changed over time, the list of labels is updated to
reflect the current set of labels used in the issue tracker.
2016-12-14 22:11:27 +01:00
hubertp-lshift
a840e41fad
Test case for issue #3223 ( #3308 )
2016-12-13 17:20:10 +01:00
hubertp-lshift
46fa347471
Test case for bug 2752 ( #3306 )
2016-12-13 14:20:21 +01:00
ickc
3354f5a0ca
Speed up Travis ( #3304 )
...
* travis: fast_finish
* travis: cabal use `-j` whenever appropriate
* travis: remove stack nightly in osx build to speed up
2016-12-13 14:19:25 +01:00
Jesse Rosenthal
60004cd518
Docx reader: Empty header should be list of lists.
...
In the past, the docx reader wrote an empty header as an empty list. It
should have the same width as a row (and be filled with empty cells).
(Note that I've reordered the code here slightly to get rid of a call to
`head`. It wasn't unsafe because it tested for null, but it was a bit of
a smell.)
2016-12-13 07:04:40 -05:00
John MacFarlane
7caaa5b2b6
Fix display math with --webtex in markdown output.
...
Closes #3298 .
2016-12-11 17:00:58 +01:00
John MacFarlane
0c029e8258
Moved make_osx_package.sh to osx/ directory.
2016-12-10 22:58:05 +01:00
John MacFarlane
35ff12a569
Updated MANUAL date and man page.
2016-12-10 11:29:58 +01:00
John MacFarlane
abc874be2a
Updated changelog.
2016-12-10 11:29:53 +01:00
John MacFarlane
00e83be0cf
Version to 1.19.1
2016-12-10 11:29:48 +01:00
John MacFarlane
9b9ec99ee8
We no longer need the MathMLInHTML.js shim from 2004!
2016-12-09 21:18:02 +01:00