John MacFarlane
e3775528dd
Updated windows installer batch file.
2013-09-14 16:06:54 -07:00
John MacFarlane
08b67f7730
Updated make_osx_package.sh.
2013-09-14 16:02:02 -07:00
John MacFarlane
479cefa4c2
More robust check for '-F pandoc-filters', allowing pathnames.
2013-09-14 16:01:41 -07:00
John MacFarlane
c92d9db7f0
README: Added link to lua.
2013-09-13 22:40:00 -07:00
John MacFarlane
3747104178
Markdown writer: Print references if output is 'plain'.
2013-09-12 11:23:57 -07:00
John MacFarlane
ca6842349e
HTML writer: Ensure proper escaping in header metadata.
2013-09-12 09:25:15 -07:00
John MacFarlane
873a21170e
Updated README on pandocfilters python module.
2013-09-11 22:17:00 -07:00
John MacFarlane
6a5d7cfcbe
Changed pandocfilters repository URL.
2013-09-11 19:43:13 -07:00
John MacFarlane
01f5ffb018
Updated changelog.
2013-09-11 09:33:12 -07:00
John MacFarlane
71841de0f3
Mediawiki: Parse an image + caption in a para by itself as a figure.
2013-09-11 09:31:41 -07:00
John MacFarlane
d47eadaf56
--bibliography
again implies -F pandoc-citeproc
.
...
But only if pandoc-citeproc isn't already specified as a filter.
2013-09-10 20:23:03 -07:00
John MacFarlane
96f64c7c49
benchmark: Remove haddock (no writer to create reader input).
2013-09-10 09:56:56 -07:00
John MacFarlane
c2960d9ded
Fixed a couple test files in cabal file.
2013-09-09 22:15:19 -07:00
John MacFarlane
046d817485
Further changelog formatting cleanup.
2013-09-09 20:28:57 -07:00
John MacFarlane
6185ee8685
Updated changelog.
2013-09-09 20:23:16 -07:00
John MacFarlane
a9f3abc653
Markdown: don't parse citation right after alphanumeric.
...
An `@` after an alphanumeric is probably an email address.
2013-09-09 11:19:37 -07:00
John MacFarlane
4381c37b10
--bibliography
no longer implies -F pandoc-citeproc
.
...
This could lead to double filtering if the user specifies `-F`
too.
2013-09-08 22:46:30 -07:00
John MacFarlane
0702d8d521
More work on changelog.
2013-09-08 22:45:03 -07:00
John MacFarlane
5b3df017c0
More work on changelog.
2013-09-08 20:36:35 -07:00
John MacFarlane
508694c83a
More work on changelog.
2013-09-08 16:17:16 -07:00
John MacFarlane
81e2df32c9
Made . . . for pause work in all slide show formats except slideous.
2013-09-08 15:47:50 -07:00
John MacFarlane
1911b619ee
Added more raw material to changelog.
2013-09-08 12:07:18 -07:00
John MacFarlane
c78557f3ca
Templates: more consistent behavior of $for$
.
...
When `foo` is not a list, `$for(foo)$...$endfor$` should behave like
$if(foo)$...$endif$. So if `foo` resolves to "", no output should
be produced.
See pandoc-templates#39.
2013-09-08 12:04:47 -07:00
John MacFarlane
f8ecda0152
More work on changelog.
2013-09-08 11:50:34 -07:00
John MacFarlane
777226296b
markdown+list_without_preceding_blankline:+Interpret text before list as paragraph.
2013-09-08 11:49:44 -07:00
John MacFarlane
cf2506acdc
Markdown: Allow backtick code blocks not to be preceded by blank line.
...
Closes #975 .
2013-09-08 11:43:46 -07:00
John MacFarlane
4bc9e695b8
Partial reorganization of changelog.
2013-09-08 11:04:47 -07:00
John MacFarlane
f5726924c5
HTML5 template: Add meta tag to allow user scaling.
...
(Erik Evenson)
2013-09-07 22:58:04 -07:00
John MacFarlane
2c13b6f6dc
MedaWiki reader: Implement some mathjax extensions.
...
* `:<math>` for display math
* `\(..\)` for inline math
* `\[..\]` for display math
We omit the `$` forms as the heuristics are harder.
2013-09-07 22:43:56 -07:00
John MacFarlane
5afd373ae4
Added lists_without_preceding_blankline
extension.
...
* Added `Ext_lists_without_preceding_blankline` to
`Extension` in `Options`. Added this option to
`githubMarkdownExtensions`.
* Made markdown reader sensitive to this.
* Closes #972 .
2013-09-07 09:36:37 -07:00
John MacFarlane
91550dd6db
make_osx_package.sh: Assume pandoc-types, pandoc-citeproc are in Hackage.
2013-09-06 22:31:01 -07:00
John MacFarlane
43a077e302
Tweaked windows install script.
...
Assumes that pandoc-types and pandoc-citeproc are in Hackage.
2013-09-06 22:29:47 -07:00
John MacFarlane
8d43e08ce7
Markdown writer: Fixed bugs in YAML header output.
2013-09-06 22:26:38 -07:00
John MacFarlane
728e47ae15
MediaWiki reader: Allow Image: for images.
...
Closes #971 .
2013-09-06 15:40:08 -07:00
John MacFarlane
f49749c46d
More windows package tweaks.
...
Make sure subordinate packages are reinstalled.
2013-09-05 21:01:56 -07:00
John MacFarlane
7803c012df
Windows installer: gave up on unicode collation.
2013-09-05 20:52:57 -07:00
John MacFarlane
6fb9e82281
Fixed typo.
2013-09-05 19:55:19 -07:00
John MacFarlane
8f6c27920d
Preliminary changes to windows installer script.
2013-09-05 09:22:37 -07:00
John MacFarlane
e97b54b123
Fixed make_osx_package.sh.
2013-09-02 10:41:52 -07:00
John MacFarlane
b4c449ed5d
Improved make_osx_package.sh.
...
New PackageMaker location.
New method of installing, to get pandoc-citeproc executables too.
Use embed_data_files.
2013-09-02 09:09:27 -07:00
John MacFarlane
9ca89ec673
Documented --bibliography, --csl, --citation-abbreviations.
2013-09-01 16:26:08 -07:00
John MacFarlane
8977b2aaed
Changed --metadata to return Boolean True if no value.
...
Also documented in README.
2013-09-01 16:22:40 -07:00
John MacFarlane
1240edbc3b
Change for latest pandoc-citeproc.
2013-09-01 16:09:00 -07:00
John MacFarlane
39cdafd505
Restore --bibliography, --csl, --citation-abbreviations.
...
These are now implemented as:
--bibliography FILE => --metadata bibliography=FILE --filter pandoc-citeproc
--csl FILE => --metadata csl=FILE
--citation-abbreviations FILE => --metadata csl-abbreviations=FILE
2013-09-01 15:54:48 -07:00
John MacFarlane
53f61019e2
Added --metadata/-M
option.
...
This is like `--variable/-V`, but actually adds to metadata, not
just variables.
2013-09-01 15:40:28 -07:00
John MacFarlane
9b0b9b6e03
Markdown reader: Don't autolink a bare URI that is followed by </a>
.
...
Closes #937 .
2013-09-01 15:18:56 -07:00
John MacFarlane
8b0052ba5b
Mathjax in HTML slide shows: include explicit "Typeset" instruction.
...
This seems to be needed for some formats (e.g. slideous) and won't
hurt in others.
Closes #966 .
2013-09-01 15:05:51 -07:00
John MacFarlane
8e61a6214f
Document fact that --toc doesn't do anything for docx or odt output.
...
See #458 .
2013-09-01 09:45:48 -07:00
John MacFarlane
90c49b0aae
Use registerHeader in Textile reader.
...
This produces automatic header identifiers, unless `auto_identifiers`
extension is disabled.
Closes #967 .
2013-09-01 09:22:55 -07:00
John MacFarlane
9282f63278
Use registerHeader in RST and LaTeX readers.
...
This will give automatic unique identifiers, unless
`-auto_identifiers` is specified.
2013-09-01 09:13:31 -07:00