Tom Leese
3dba66bf5d
Replace occurrences of 'Github' with 'GitHub'
...
The website is called 'GitHub' afterall.
2015-03-16 09:28:45 +00:00
John MacFarlane
f6e46b7146
Moved and rewrote documentation for shortcut_reference_links
ext.
2015-03-15 12:01:14 -07:00
John MacFarlane
0deb7c507d
Merge pull request #1989 from zudov/shortcut_ref_link_pr
...
Support shortcut reference links in markdown writer
2015-03-15 11:58:30 -07:00
Konstantin Zudov
b9f77ed03d
Support shortcut reference links in markdown writer
...
Issue #1977
Most markdown processors support the [shortcut format] for reference links.
Pandoc's markdown reader parsed this shortcuts unoptionally.
Pandoc's markdown writer (with --reference-links option) never shortcutted links.
This commit adds an extension `shortcut_reference_links`. The extension is
enabled by default for those markdown flavors that support reading shortcut
reference links, namely:
- pandoc
- strict pandoc
- github flavoured
- PHPmarkdown
If extension is enabled, reader parses the shortcuts in the same way as
it preveously did. Otherwise it would parse them as normal text.
If extension is enabled, writer outputs shortcut reference links unless
doing so would cause problems (see test cases in `tests/Tests/Writers/Markdown.hs`).
2015-03-10 20:32:24 +02:00
John MacFarlane
48eaadc57f
Fixed pipe tables -- headerless tables are not allowed.
...
GFM and PHP Markdown Extra pipe tables require headers.
Previously pandoc allowed pipe tables not to include headers,
and produced headerless pipe tables in Markdown output, but this
was based on a misconception about pipe table syntax. This
commit fixes this.
Note: If you have been using headerless pipe tables, this may
cause existing tables to break.
Closes #1996 .
2015-03-07 10:40:13 -08:00
Sumit Sahrawat
ad9e4cde9d
Fix issue #969 , #1779 by providing --latex-engine-opt
2015-03-04 15:25:56 +05:30
Matthias C. M. Troffaes
dccd408a9c
Allow digit as first character of a citation key.
...
* Update parser to recognize citation keys starting with a digit.
* Update documentation accordingly.
* Test case added.
See https://github.com/jgm/pandoc-citeproc/issues/97
2015-02-18 15:30:17 +00:00
John MacFarlane
e32227f744
Allow wildcards in --epub-embed-font
arguments.
...
Closes #1939 .
2015-02-13 23:34:20 -08:00
John MacFarlane
e3422dc438
Added --verbose
flag for debugging output in PDF production.
...
Closes #1840 .
Closes #1653 .
2014-12-26 11:19:55 -07:00
John MacFarlane
bbb8bfab29
Fixed link in README
2014-12-16 17:54:10 -08:00
John MacFarlane
9ea7164d81
Reworded paragraph on citation data in README.
...
Closes #1814 .
2014-12-15 21:20:27 -08:00
John MacFarlane
a5cac0a0c4
Don't treat a citation as a reference link label.
...
Closes #1763 .
2014-12-15 10:54:12 -08:00
John MacFarlane
d009646de7
Added a note about the need for -s
to include YAML in Markdown output.
...
Closes #1715 . Thanks to @nichtich for the suggestion.
2014-12-15 09:20:03 -08:00
Matthew Pickering
4458fed972
Merge pull request #1646 from neongreen/issue1631
...
Add an -email address link- example to README.
2014-12-08 22:58:55 +00:00
John MacFarlane
0169e10344
Fixed README and pandoc.cabal for TWiki reader.
2014-10-31 12:07:19 -07:00
John MacFarlane
1d268876f8
Merge pull request #1726 from AlexanderS/twiki-parser
...
TWiki Reader: add new new twiki reader
2014-10-31 12:02:14 -07:00
Alexander Sulfrian
2cf09aad55
TWiki Reader: update documentation
2014-10-30 20:02:17 +01:00
John MacFarlane
93b82e8ea6
Clarified need for -s
to get character encoding info.
...
Closes #1724 , #1725 .
2014-10-28 10:21:44 -07:00
Kristof Bastiaensen
0198e95071
Use '=' instead of '#' for atx-style headers in markdown+lhs.
2014-10-14 13:28:28 +02:00
John MacFarlane
067f2e640f
Updated description of heuristic for math $
.
2014-09-29 14:55:03 -07:00
Artyom
9d3504dd4d
README: Add an -email address link- example.
...
Fixes #1631 .
2014-09-26 13:49:08 +04:00
mpickering
85cff719f6
Updated README to include information about KaTeX switches
2014-09-25 18:32:50 +01:00
John MacFarlane
5459b22d50
Use real copyright symbol in README epub metadata example.
2014-08-31 14:46:51 -07:00
John MacFarlane
6cf9ab7855
README: escape (c) in epub metadata example
2014-08-31 12:31:36 -07:00
John MacFarlane
78da4d7bd8
Updated README date
2014-08-30 14:15:22 -07:00
John MacFarlane
ee28dfb502
Updated README on --self-contained
.
...
Removed outdated claim that pandoc will look in the user data
directory if a relative path is specified and the file is not
found locally. Closes #1572 .
2014-08-30 11:09:15 -07:00
John MacFarlane
0ef1f787c7
Docx writer: Bibliography entries get Bibliography style.
...
Closes #1559 .
2014-08-23 20:52:09 -07:00
John MacFarlane
16f8a59f8c
Small documentation tweak
2014-08-14 09:56:24 -07:00
John MacFarlane
a67e5e877d
README: Added needed blanklines in definition list.
...
Thanks @mpickering for noticing this.
2014-08-11 08:18:37 -07:00
Matthew Pickering
ed7315449f
Updated README with information about EPUB meta element
2014-08-11 11:29:30 +01:00
John MacFarlane
19daf6cf0a
Added native_divs
and native_spans
extensions.
...
This allows users to turn off the default pandoc behavior of
parsing contents of div and span tags in markdown and HTML
as native pandoc Div blocks and Span inlines.
Setting of default epub extensions has been moved from the EPUB
reader to Text.Pandoc.
2014-08-08 21:05:34 -07:00
John MacFarlane
2fabdf9d93
README: Removed duplicate ref of [EPUB].
2014-08-04 12:43:13 -07:00
John MacFarlane
4630cff2a6
Merge branch 'epubend' of https://github.com/mpickering/pandoc into mpickering-epubend
...
Conflicts:
pandoc.cabal
2014-08-04 07:36:18 -07:00
John MacFarlane
81335df9a5
Merge pull request #1461 from cben/readme-linkable-extensions
...
README: linkable extensions
2014-08-03 11:50:07 -07:00
Beni Cherniavsky-Paskin
4919b1b568
README: make all extension headers H4
2014-07-31 23:56:40 +03:00
Matthew Pickering
d6717c7aba
README: Updated with EPUB information
2014-07-31 21:39:50 +01:00
Beni Cherniavsky-Paskin
dc799507e1
README: blank line after headers
2014-07-31 23:11:56 +03:00
John MacFarlane
fcafcaa8e6
Added note in README about pipe tables not wrapping in LaTeX/PDF.
...
See
http://stackoverflow.com/questions/25037357/pandoc-long-tablerows-in-markdown-pdf-documents-do-not-get-linewrap/25050474#25050474
2014-07-31 07:48:14 -07:00
John MacFarlane
b5210bc175
Added --extract-media option.
...
This has been documented to affect the epub and docx readers, so
we should either add the epub reader before the next release or
change the documentation.
2014-07-30 11:44:25 -07:00
John MacFarlane
33a051d00d
Docx writer: Print subtitle from metadata if present.
...
Use Subtitle style.
See #1451 .
2014-07-29 20:46:55 -07:00
Beni Cherniavsky-Paskin
f84a25e1aa
README: reduce 1:1 Topic -> Extension nesting
...
Reorganize some sections whose only purpose was containing a single Extension subsection.
2014-07-28 18:19:50 +03:00
John MacFarlane
2610de0159
Docx writer: include abstract with Abstract style.
...
Addresses docx part of #1451 .
2014-07-26 22:55:45 -07:00
John MacFarlane
74690b191e
Added t2t to -f
in README documentation.
2014-07-26 18:49:19 -07:00
Matthew Pickering
00cb9836b8
Txt2Tags Reader: Updated README and package description
2014-07-27 00:12:57 +01:00
Beni Cherniavsky-Paskin
28debcd9dd
README: turn all extensions into headers for direct linking
...
Change all `**Extension: ...**` lines into headers to allow permalinking to a specific extension.
2014-07-23 22:50:46 +03:00
John MacFarlane
64c7a0ab76
Include lot
and lof
variables in latex template.
...
These can be set to get `\listoftables` and `\listoffigures`.
Closes #1407 .
At this point we won't add a command line argument, because
this only affects one writer. But the variables can be set
at the command line with
-Vlof -Vlot
or in YAML metadata.
2014-07-20 21:58:16 -07:00
John MacFarlane
4af8eed764
Markdown reader: revised definition list syntax ( closes #1429 ).
...
* This change brings pandoc's definition list syntax into alignment
with that used in PHP markdown extra and multimarkdown (with the
exception that pandoc is more flexible about the definition markers,
allowing tildes as well as colons).
* Lazily wrapped definitions are now allowed; blank space is required
between list items; and the space before definition is used to
determine whether it is a paragraph or a "plain" element.
* For backwards compatibility, a new extension,
`compact_definition_lists`, has been added that restores the behavior
of pandoc 1.12.x, allowing tight definition lists with no blank space
between items, and disallowing lazy wrapping.
2014-07-20 16:33:59 -07:00
John MacFarlane
fe6b4e532d
Fixed typo in link
2014-07-17 19:40:01 -07:00
John MacFarlane
9d10df7ff4
Clarified documentation on small caps. ( #1360 )
2014-07-13 15:21:32 -07:00
Caleb McDaniel
a9f00ee0d6
document fenced_code_attributes extension
...
Adds explanation of this extension to the README, using
description provided in 7654db9df1
.
2014-07-12 15:48:54 -05:00
John MacFarlane
7654db9df1
Markdown writer: don't use braced attributes for fenced code.
...
Removed `Ext_fenced_code_attributes` from `markdown_github`
extensions.
If this extension is not set, the first class attribute will
be printed after the opening fence as a bare word.
Closes #1416 .
2014-07-11 15:54:21 -07:00
John MacFarlane
ca159de30a
Documented fact that you can put YAML metadata in a separate file.
...
See #1412 .
2014-07-10 13:49:40 -07:00
John MacFarlane
7560f99167
Document DokuWiki writer in README.
2014-07-07 16:20:28 -06:00
Jesse Rosenthal
74676df75f
Fix typo in README.
2014-06-25 16:19:27 -04:00
Jesse Rosenthal
58da1cd3bd
Updated README to include "--track-changes" option.
2014-06-25 16:01:52 -04:00
John MacFarlane
5d0103606f
Markdown reader: Support smallcaps through span.
...
`<span style="font-variant:small-caps;">foo</span>` will be
parsed as a `SmallCaps` inline, and will work in all output
formats that support small caps.
Closes #1360 .
2014-06-20 15:26:45 -07:00
John MacFarlane
35e57db5c2
Finished first draft of Haddock writer.
2014-06-18 17:09:36 -07:00
Jesse Rosenthal
c709cec0bd
Updated README to reflect docx reader.
2014-06-16 07:18:52 -04:00
John MacFarlane
ff25cf079c
Reformatted nocite example in README.
2014-06-04 08:18:24 -07:00
John MacFarlane
455072bdf2
Updated README on reference.docx.
2014-06-01 23:38:27 -07:00
John MacFarlane
265f0e3da1
Fixed documentation of attributes. Closes #1315 .
2014-05-27 10:39:13 -07:00
John MacFarlane
f1cd6af5ec
Updated date on README.
2014-05-27 10:32:46 -07:00
Phillip Alday
cb6879cd2f
fixed escape for literal paragraph
2014-05-16 17:36:01 +02:00
John MacFarlane
0048b8c68c
README: Updated Authors.
2014-05-07 09:32:25 -07:00
John MacFarlane
d508c554f7
LaTeX template: Added linestretch variable.
...
Documented this and fontfamily.
2014-05-06 10:48:31 -07:00
John MacFarlane
ddb47ef6e8
Added fontfamily variable to latex template. (tlvince)
2014-05-06 09:55:43 -07:00
John MacFarlane
9fe669976c
README: Clarified citation key syntax.
2014-05-04 12:21:34 -07:00
John MacFarlane
26dc79cdd1
Clarified use of --natbib
and --biblatex
.
...
Not for use with pandoc-citeproc.
2014-05-04 12:18:44 -07:00
John MacFarlane
9625cf6f40
README: Note about unnumbered
being added to final 'References' sect.
2014-05-03 22:05:24 -07:00
Albert Krewinkel
a76869ced5
README: Update variable defaults documentation
...
The documented default values of variables now agree with their true
default values as defined in Writer/HTML.hs.
2014-04-27 21:21:20 +02:00
John MacFarlane
dc82d222e5
README: Added note to --bibtex/--natbib: not for use in making PDF.
...
Closes #1194 . Thanks to nahoj.
2014-04-05 16:01:46 -07:00
John MacFarlane
e3097172b1
Fixed typo in README
2014-03-24 10:16:06 -07:00
John MacFarlane
64a571775d
Updated README and pandoc.cabal with icml writer.
2014-03-04 10:29:13 -08:00
Albert Krewinkel
8909229671
Update README to include info on Org-mode reader
2014-03-04 10:40:52 +01:00
John MacFarlane
0f1fa1b586
Added explanation of 'nocite' trick.
2014-02-13 10:33:18 -08:00
John MacFarlane
68b438b1b8
Removed obsolete README note about mmd title blocks.
2014-01-13 00:13:46 -08:00
John MacFarlane
8ef758fa68
Added README comment on line breaks in cells
2014-01-08 08:11:49 -08:00
John MacFarlane
93eac71383
Documented biblio-files variable
2014-01-03 10:05:56 -08:00
Nicolas Kaiser
a738153941
fix typos in README
2013-12-23 17:00:14 +01:00
John MacFarlane
02e3b2afca
Updated README (since abstract will work, at least with default latex).
2013-12-11 22:09:49 -08:00
John MacFarlane
2c886935e6
Added more explanation of metadata in README.
2013-12-11 10:46:36 -08:00
John MacFarlane
7929099a7d
Fixed documentation bug.
2013-12-10 10:24:14 -08:00
John MacFarlane
6ba51165b0
Documented use of extensions with non-markdown input formats.
2013-12-06 17:40:11 -08:00
John MacFarlane
e3d19bf1cd
Merge pull request #1076 from jlduran/booktabs
...
Add booktabs package for LaTeX tables
2013-12-03 20:55:14 -08:00
Jose Luis Duran
fdaeec0c48
Add booktabs package for LaTeX tables
...
[ci skip]
2013-12-04 04:26:22 +00:00
John MacFarlane
bd96f2bdcc
EPUB writer: Allow 'stylesheet' in metadata.
...
The value is a path to the stylesheet.
2013-12-03 10:32:25 -08:00
John MacFarlane
17ef39d157
Fixed cover-image
in EPUB YAML metadata.
2013-11-30 15:25:28 -08:00
John MacFarlane
96b678d823
Allow specification of epub-cover-image in YAML metadata.
2013-11-30 15:17:38 -08:00
John MacFarlane
2f4bf9dfa4
README: minor reformatting.
2013-11-30 15:08:09 -08:00
John MacFarlane
6e17070be1
Documented use of YAML metadata for EPUB.
2013-11-30 15:06:19 -08:00
John MacFarlane
0df7cce37d
Treat div with class "notes" as speaker notes in slide formats.
...
Currently beamer goes to `\note{}`, revealjs to `<aside class="notes">`,
and the notes are simply suppressed in other formats.
Closes #925 .
2013-10-13 15:37:25 -07:00
John MacFarlane
df313b859f
Added small explanation of difference btw -M
and -V
.
2013-09-19 21:04:58 -07:00
John MacFarlane
87def47e87
Documented --metadata
change.
2013-09-19 21:01:17 -07:00
John MacFarlane
c92d9db7f0
README: Added link to lua.
2013-09-13 22:40:00 -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
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
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
81e2df32c9
Made . . . for pause work in all slide show formats except slideous.
2013-09-08 15:47:50 -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