John MacFarlane
9bd371acd1
README: Properly escape $
characters.
...
Otherwise they mess up the LaTeX benchmark, which uses a version
of README converted to LaTeX.
2012-09-08 22:13:48 -07:00
John MacFarlane
c544f20d6f
Made --id-prefix work in DocBook as well as HTML.
...
Closes #607 .
2012-09-06 09:25:52 -07:00
John MacFarlane
b985d33406
Changed nomenclature, delimited -> fenced code blocks.
2012-08-21 19:21:51 -07:00
John MacFarlane
7b34dd8dd1
Added Ext_abbrevations for PHP markdown style abbreviation keys.
...
Note: pandoc does not have an abbreviation element (yet) and
so currently when this extension is enabled, it just causes
pandoc to skip the abbrevation keys.
2012-08-19 11:15:32 -07:00
John MacFarlane
27304513f6
Added Ext_raw_html extension.
...
Closes #556 -- you can now specify markdown-raw_html as your
input format. (Read: markdown minus raw_html.)
2012-08-12 22:04:23 -07:00
John MacFarlane
6f24fdb658
Added note to README on positioning of reference link defs.
2012-08-12 19:32:40 -07:00
John MacFarlane
e8e8468d69
Implemented Ext_mmd_title_block in markdown reader & writer.
2012-08-12 19:27:13 -07:00
John MacFarlane
c681ddcd7b
Documented markdown_attribute extension in README.
2012-08-11 19:45:33 -07:00
John MacFarlane
872fd2fb9c
Revert "Implemented Ext_markdown_attribute."
...
This reverts commit 78d3a0fb9d
.
2012-08-11 16:36:54 -07:00
John MacFarlane
78d3a0fb9d
Implemented Ext_markdown_attribute.
...
This adds markdown=1 to block tags.
2012-08-11 15:04:12 -07:00
John MacFarlane
eb4d522a56
Options and documentation for backslash tex math options.
...
Ext_tex_math_single_backslash and Ext_tex_math_double_backslash.
Still need to code in reader.
2012-08-10 21:57:54 -07:00
John MacFarlane
417cde38af
Changed Ext_tex_math to Ext_tex_math_dollars.
2012-08-10 21:52:18 -07:00
John MacFarlane
be37ec510e
Documented org-like pipe tables.
2012-08-10 13:37:59 -07:00
John MacFarlane
5a2e601c32
Documented new system for enabling/disabling extensions.
2012-08-10 11:29:44 -07:00
John MacFarlane
8d65651309
Changed strict to markdown_strict.
2012-08-09 22:32:22 -07:00
John MacFarlane
0cb7362f62
Removed --strict
, added extensions to writer/reader names.
...
* The `--strict` option has been removed.
* Instead of using `--strict`, one can now use `strict` instead of
`markdown` as an input or output format name.
* The `--enable` and `--disable` optinos have been removed.
* It is now possible to enable or disable specific extensions
by appending them (with '+' or '-') to the writer or reader
name. For example `pandoc -f markdown-footnotes+hard_line_breaks`.
* The lhs extensions are now implemented this way, too; you can
use either `+lhs` or `+literate_haskell`.
2012-08-09 20:24:05 -07:00
John MacFarlane
41e0075789
Removed --enable, --disable options.
2012-08-09 18:38:02 -07:00
John MacFarlane
1f940ee395
Changed heading in README so we don't have two "Citations" sections.
2012-08-08 15:36:33 -07:00
John MacFarlane
8a101cffe3
Support hard_line_breaks markdown extension.
...
* Added Ext_hard_line_breaks.
* Added section in README on non-pandoc extensions.
* Exported pandocExtensions and strictExtensions in Text.Pandoc.Options.
Closes #514 .
2012-08-06 22:14:35 -07:00
John MacFarlane
81125e8f4e
Documented styles used in reference docx
2012-08-05 09:18:56 -07:00
John MacFarlane
0380aa63d5
Updated extension labels in README.
2012-07-27 19:04:27 -07:00
John MacFarlane
ec7c1631a5
More documentation of extensions
2012-07-27 16:00:22 -07:00
John MacFarlane
6e548b8a8f
Started documenting individual syntax extensions in README.
2012-07-27 15:45:30 -07:00
John MacFarlane
ed4039c3d7
Added README description of pipe tables.
2012-07-22 19:29:18 -07:00
Sergey Astanin
b39597a910
Added a new FictionBook2 (FB2) writer.
2012-07-22 11:13:14 -07:00
John MacFarlane
0e97e22672
Added note on --preserve-tabs in README.
2012-07-22 10:42:14 -07:00
John MacFarlane
70a2301876
Updated link to gladTeX. Closes #559 .
2012-07-12 10:40:29 -07:00
John MacFarlane
81eb460dea
Added note on MathJax. Closes #558 .
2012-07-12 10:39:44 -07:00
Arlo O'Keeffe
3c75a4c930
Added information about including multiple CSS files.
2012-07-11 14:39:13 -06:00
John MacFarlane
064af070da
Acknowledge Gavin Beatty in AUTHORS.
2012-06-27 14:47:33 -07:00
John MacFarlane
e085949ff6
README: Documented new variables in LaTeX template.
2012-06-08 10:56:24 -07:00
John MacFarlane
5fe9542ca8
Fixed documentation on mixed lists. Closes #533 .
2012-06-08 10:06:07 -07:00
Jonas Smedegaard
61f8dd4da8
Add support for Slideous output.
2012-05-24 10:31:18 +02:00
John MacFarlane
b2340cd874
Added 'zenburn' highlight style from highlighting-kate.
...
Depend on h-k 0.5.0.6.
2012-05-17 18:54:41 -07:00
John MacFarlane
5f889b9396
Added writerTeXLigatures to WriterOptions, --no-tex-ligatures
option.
...
This is useful for those who want to use advanced OpenType features
with xelatex/lualatex.
2012-05-11 23:00:46 -07:00
John MacFarlane
8d64109c80
Documented attributes for inline verbatim code.
2012-04-29 14:25:34 -07:00
John MacFarlane
5adda4762f
Documented DocBook input format in README.
2012-04-20 10:40:59 -07:00
John MacFarlane
13eebc6cfb
Added mathfont variable to latex template.
2012-03-15 14:39:03 -07:00
John MacFarlane
f29e67e161
LaTeX template tweaks:
...
- allow geometry variable to be repeated for multiple options
- use mainfont instead of romanfont
2012-03-15 10:49:36 -07:00
John MacFarlane
772c0757c1
Added geometry
variable to default LaTeX template.
2012-03-14 14:17:22 -07:00
John MacFarlane
14050e77a3
README: Removed misleading note on reST math.
2012-03-12 12:47:25 -07:00
John MacFarlane
1202f016bb
Added section on Internal links.
2012-03-12 10:19:41 -07:00
John MacFarlane
7253946318
Fixed typo in README
2012-03-10 07:47:59 -08:00
John MacFarlane
d4d9504950
Changed -V so that you can specify a key without a value.
...
Such keys get the value `true`.
2012-03-09 10:45:01 -08:00
John MacFarlane
9766b532f3
Added beamer+lhs as output format.
2012-03-09 10:32:32 -08:00
John MacFarlane
053ba29883
Better instructions for modifying templates for pdf, odt, epub output.
...
Thanks to rwst. Closes #347 .
2012-03-04 19:31:40 -08:00
John MacFarlane
c14efbb6df
Fixed link example in README.
...
Thanks to Ryan Gray for pointing out the mistake.
2012-03-04 11:13:10 -08:00
John MacFarlane
0dfd427b6b
README - fixed documentation on Smart Punctuation.
...
Closes #415 .
2012-02-12 10:18:10 -08:00
John MacFarlane
5c498b36ef
Doc fix: 'fontsize' is the template variable, not 'font-size'.
...
Closes pandoc-types#4.
2012-02-12 10:14:41 -08:00
John MacFarlane
c0ddee2b5b
Merge pull request #411 from dfc/patch-1
...
"be is in" -> "be in"
2012-02-09 07:24:44 -08:00