Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-07-11 | Added information about including multiple CSS files. | Arlo O'Keeffe | 1 | -1/+2 | |
2012-06-27 | Acknowledge Gavin Beatty in AUTHORS. | John MacFarlane | 1 | -1/+1 | |
2012-06-08 | README: Documented new variables in LaTeX template. | John MacFarlane | 1 | -0/+7 | |
2012-06-08 | Fixed documentation on mixed lists. Closes #533. | John MacFarlane | 1 | -2/+2 | |
2012-05-24 | Add support for Slideous output. | Jonas Smedegaard | 1 | -17/+32 | |
2012-05-17 | Added 'zenburn' highlight style from highlighting-kate. | John MacFarlane | 1 | -1/+1 | |
Depend on h-k 0.5.0.6. | |||||
2012-05-11 | Added writerTeXLigatures to WriterOptions, `--no-tex-ligatures` option. | John MacFarlane | 1 | -1/+12 | |
This is useful for those who want to use advanced OpenType features with xelatex/lualatex. | |||||
2012-04-29 | Documented attributes for inline verbatim code. | John MacFarlane | 1 | -0/+4 | |
2012-04-20 | Documented DocBook input format in README. | John MacFarlane | 1 | -10/+11 | |
2012-03-15 | Added mathfont variable to latex template. | John MacFarlane | 1 | -8/+2 | |
2012-03-15 | LaTeX template tweaks: | John MacFarlane | 1 | -1/+11 | |
- allow geometry variable to be repeated for multiple options - use mainfont instead of romanfont | |||||
2012-03-14 | Added `geometry` variable to default LaTeX template. | John MacFarlane | 1 | -0/+2 | |
2012-03-12 | README: Removed misleading note on reST math. | John MacFarlane | 1 | -1/+1 | |
2012-03-12 | Added section on Internal links. | John MacFarlane | 1 | -0/+17 | |
2012-03-10 | Fixed typo in README | John MacFarlane | 1 | -1/+1 | |
2012-03-09 | Changed -V so that you can specify a key without a value. | John MacFarlane | 1 | -2/+3 | |
Such keys get the value `true`. | |||||
2012-03-09 | Added beamer+lhs as output format. | John MacFarlane | 1 | -5/+6 | |
2012-03-04 | Better instructions for modifying templates for pdf, odt, epub output. | John MacFarlane | 1 | -1/+5 | |
Thanks to rwst. Closes #347. | |||||
2012-03-04 | Fixed link example in README. | John MacFarlane | 1 | -1/+1 | |
Thanks to Ryan Gray for pointing out the mistake. | |||||
2012-02-12 | README - fixed documentation on Smart Punctuation. | John MacFarlane | 1 | -3/+5 | |
Closes #415. | |||||
2012-02-12 | Doc fix: 'fontsize' is the template variable, not 'font-size'. | John MacFarlane | 1 | -1/+1 | |
Closes pandoc-types#4. | |||||
2012-02-09 | Merge pull request #411 from dfc/patch-1 | John MacFarlane | 1 | -1/+1 | |
"be is in" -> "be in" | |||||
2012-02-09 | Changed a README example. | John MacFarlane | 1 | -4/+3 | |
The old one was bad, because the HTML comment is no longer needed for that case in pandoc. | |||||
2012-02-08 | "be is in" -> "be in" | Douglas Calvert | 1 | -1/+1 | |
2012-02-06 | Fixed lhs+markdown instructions. | John MacFarlane | 1 | -2/+2 | |
Classes 'literate' and 'haskell' are needed for bird tracks. Closes #395. | |||||
2012-02-05 | Re-added the --ascii option. | John MacFarlane | 1 | -0/+5 | |
Now it is implemented in pandoc.hs, not in the HTML writer. | |||||
2012-01-31 | Don't include mathml javascript for html5 output. | John MacFarlane | 1 | -4/+4 | |
mathml is supposed to be supported in HTML5. | |||||
2012-01-31 | Support `--mathml` flag in docbook. | John MacFarlane | 1 | -4/+10 | |
2012-01-30 | Added `--epub-embed-font` option. | John MacFarlane | 1 | -0/+32 | |
* This can be repeated for multiple fonts. * Added parameter for fonts to embed to writeEPUB. * Added ttf, otf to Mime types in Text.Pandoc.MIME. | |||||
2012-01-29 | Updated README author list. | John MacFarlane | 1 | -1/+2 | |
2012-01-28 | Changed date in README. | John MacFarlane | 1 | -1/+1 | |
2012-01-28 | Support github syntax for fenced code blocks. | John MacFarlane | 1 | -14/+28 | |
You can now write ```ruby x = 2 ``` instead of ~~~ {.ruby} x = 2 ~~~~ | |||||
2012-01-28 | Made `beamer` an output format, removed `pdf` as output format. | John MacFarlane | 1 | -49/+39 | |
Removed `--beamer` option; instead, use `beamer` as output format. There is no longer a `pdf` output format; instead, pandoc tries to produce a pdf if the output file has a `.pdf` extension. (The output format can be latex -- the default for pdf output, latex+lhs, or beamer.) This seems more consistent with the way pandoc currently works (e.g. we have an `html5` output format, not an `--html5` option). | |||||
2012-01-27 | Fixed link in README. | John MacFarlane | 1 | -1/+1 | |
2012-01-26 | Added --atx-headers option. | John MacFarlane | 1 | -0/+4 | |
2012-01-25 | Reorganized documentation of options, grouping into categories. | John MacFarlane | 1 | -148/+170 | |
2012-01-25 | Added --slide-level option to override default. | John MacFarlane | 1 | -8/+21 | |
This allows users to select a slide level below the first header level with content. Note that content under sections above the slide level will not appear in slides (either in beamer or in HTML slide shows). This is primarily useful for creating documents that can be made into both slides and handouts (which contain additional content outside the slides). | |||||
2012-01-25 | FIxed typo in README. Closes #390. | John MacFarlane | 1 | -1/+1 | |
2012-01-25 | Improved README on slides. | John MacFarlane | 1 | -12/+26 | |
2012-01-25 | Updated README on --chapters with --beamer. | John MacFarlane | 1 | -1/+2 | |
2012-01-24 | README: More on slide shows. | John MacFarlane | 1 | -0/+6 | |
2012-01-24 | README: New instructions for slide shows. | John MacFarlane | 1 | -12/+47 | |
2012-01-21 | README: More information on what is needed to produce PDFs. | John MacFarlane | 1 | -0/+8 | |
2012-01-21 | Removed `beamer` output format; added `--beamer` option. | John MacFarlane | 1 | -6/+15 | |
2012-01-21 | README tweak on equivalent to markdown2pdf. | John MacFarlane | 1 | -6/+14 | |
2012-01-20 | Removed markdown2pdf and documentation. | John MacFarlane | 1 | -40/+22 | |
2012-01-19 | Documented docx reader in README. | John MacFarlane | 1 | -15/+29 | |
2012-01-01 | README: Added note on proper date format. | John MacFarlane | 1 | -5/+6 | |
2012-01-01 | EPUB writer: Allow `lang` variable to set language in metadata. | John MacFarlane | 1 | -3/+4 | |
Defaults to locale language if `lang` is not set. | |||||
2012-01-01 | New treatment of dashes in --smart mode. | John MacFarlane | 1 | -5/+11 | |
* `---` is always em-dash, `--` is always en-dash. * pandoc no longer tries to guess when `-` should be en-dash. * A new option, `--old-dashes`, is provided for legacy documents. Rationale: The rules for en-dash are too complex and language-dependent for a guesser to work reliably. This change gives users greater control. The alternative of using unicode isn't very good, since unicode em- and en- dashes are barely distinguishable in a monospace font. |