summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Markdown writer: New approach for citations.John MacFarlane2013-03-17
* Markdown writer: Omit bibliography when `citations` enabled.John MacFarlane2013-03-17
* Revert "LaTeX reader: citation handling changes."John MacFarlane2013-03-17
* Fixed numbering mismatch between TOC and sections in HTML.John MacFarlane2013-03-16
* Fixed regression in ODT writer.John MacFarlane2013-03-15
* Markdown reader: don't lose parentheses in URLs.John MacFarlane2013-03-13
* Markdown reader: Handle unmatched double quotes in dialogues.John MacFarlane2013-03-12
* Fixed spacing bugs involving code block attributes.John MacFarlane2013-03-11
* LaTeX reader: citation handling changes.John MacFarlane2013-03-09
* Markdown writer: Render citations as pandoc-markdown citations.John MacFarlane2013-03-07
* Support :number-lines: in RST code output.John MacFarlane2013-03-06
* LaTeX reader: Better support for Verbatim and minted environments.John MacFarlane2013-03-06
* LaTeX reader: Handle language attribute for lstlistings.John MacFarlane2013-03-05
* Hide Text.Pandoc.Highlighting.John MacFarlane2013-03-05
* LaTeX reader: Read optional attributes in lstlisting environment.John MacFarlane2013-03-04
* LaTeX writer: Support line numbering with `--listings`.John MacFarlane2013-03-04
* EPUB writer: Include html TOC even in epub2.John MacFarlane2013-03-03
* Markdown reader: attribute parsing improvements.John MacFarlane2013-03-02
* Check for tables before line blocks.John MacFarlane2013-03-02
* Markdown reader: Allow spaces around borders in pipe tables.John MacFarlane2013-03-02
* LaTeX reader: Add "fig:" as title for images with captions.John MacFarlane2013-03-01
* Textile writer: Removed an unused assignment.John MacFarlane2013-03-01
* Markdown: allow ---- in angle-bracket autolinks.John MacFarlane2013-02-28
* Markdown writer: Use grid tables when needed, and if enabled.John MacFarlane2013-02-28
* Pretty: Fixed chomp so it works inside Prefixed elements.John MacFarlane2013-02-28
* Pretty: Better Show instance for debugging purposes.John MacFarlane2013-02-28
* Textile writer: Support header attributes.John MacFarlane2013-02-28
* Docx writer: Better treatment of display math.John MacFarlane2013-02-26
* LaTeX reader: Handle \caption for images in figures.John MacFarlane2013-02-26
* Changed style names in reference docx.John MacFarlane2013-02-26
* Docx writer: Create content types and document rels from scratch.John MacFarlane2013-02-26
* Refactoring in Docx writer.John MacFarlane2013-02-25
* Docx writer: Handle PDF images.John MacFarlane2013-02-23
* ImageSize: Added Pdf to ImageType.John MacFarlane2013-02-23
* EPUB writer: Improved behavior with `--number-sections`.John MacFarlane2013-02-23
* EPUB writer: more transition.John MacFarlane2013-02-23
* EPUB writer: Temporary step towards a better system for numbering.John MacFarlane2013-02-23
* HTML writer: fix case when writerNumberOffet is empty or short.John MacFarlane2013-02-23
* `--number-from` -> `--number-offset`John MacFarlane2013-02-23
* EPUB writer: Minor section numbering tweaks.John MacFarlane2013-02-22
* EPUB writer: Use writerNumberFrom instead of ugly hack.John MacFarlane2013-02-22
* Made HTML writer sensitive to `writerNumberFrom`.John MacFarlane2013-02-22
* Added `--number-from` option and `writerNumberFrom`.John MacFarlane2013-02-21
* Make `implicit_header_references` work with explicit header ids.John MacFarlane2013-02-21
* LaTeX reader: Don't emit empty paragraph.John MacFarlane2013-02-20
* LaTeX reader: Parse `\section*`, etc. as unnumbered sections.John MacFarlane2013-02-20
* ConTeXt writer: now sensitive to 'unnumbered' class in headers.John MacFarlane2013-02-18
* Textile reader: Handle attributes on headers.John MacFarlane2013-02-16
* LaTeX writer: Omit lists with no items.John MacFarlane2013-02-16
* EPUB writer: Fix section numbering.John MacFarlane2013-02-16