summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fixed problem with duplicate ids in epub.John MacFarlane2013-01-16
* Implemented Ext_link_attributes in markdown reader.John MacFarlane2013-01-16
* README clarification.John MacFarlane2013-01-16
* Implemented Ext_mmd_header_identifiers in markdown writer.John MacFarlane2013-01-16
* Implemented Ext_mmd_header_identifiers in markdown reader.John MacFarlane2013-01-16
* Options: Added multimarkdownExtensions.John MacFarlane2013-01-16
* LaTeX writer: Prevent paragraphs containing only linebreaks or spaces.John MacFarlane2013-01-15
* README on docx styles: Image Caption, not Picture Caption.John MacFarlane2013-01-15
* Added `writerHtmlQTags` and `--html-q-tags` option.John MacFarlane2013-01-15
* Added Brent Yorgey to Authors.John MacFarlane2013-01-15
* Added Denis Laxalde to Authors.John MacFarlane2013-01-15
* ADded Arlo O'Keeffe to Authors.John MacFarlane2013-01-15
* Changed Ext_autolink_urls -> Ext_autolink_bare_uris.John MacFarlane2013-01-15
* Added lots of tests for bare URIs.John MacFarlane2013-01-15
* Case-insensitive parsing of URI schemes.John MacFarlane2013-01-15
* Parsing: Improve oneOfStrings, export oneOfStringsCI.John MacFarlane2013-01-15
* Revised URI parser.John MacFarlane2013-01-15
* Use 'fig:' instead of '\SOH' in title to indicate figure.John MacFarlane2013-01-15
* Implemented Ext_implicit_figures.John MacFarlane2013-01-14
* Removed some cruft.John MacFarlane2013-01-14
* Parsing: Fixed uri -- escape unicode URLs.John MacFarlane2013-01-14
* Added Ext_implicit_figures.John MacFarlane2013-01-14
* Parsing: Simplified and improved singleQuoteStart.John MacFarlane2013-01-14
* Makefile: make prep now handles updates to pandoc-types.John MacFarlane2013-01-14
* RST writer: Fixes bug with links with duplicate text.John MacFarlane2013-01-13
* RST writer: Properly handle images with no alt text.John MacFarlane2013-01-13
* README: Cosmetic change in headerless table example.John MacFarlane2013-01-13
* Documented line blocks in README.John MacFarlane2013-01-13
* Added tests for markdown line blocks and explicit header attributes.John MacFarlane2013-01-13
* Markdown reader: Support RST-style line blocks.John MacFarlane2013-01-13
* Moved lineBlockLines to Parsing.John MacFarlane2013-01-13
* RST reader: Refactored line block parser.John MacFarlane2013-01-13
* RST writer: Allow soft breaks w continuations in line blocks.John MacFarlane2013-01-13
* RST reader: Line block improvements.John MacFarlane2013-01-13
* Use line block in RST writer when a paragraph contains linebreaks.John MacFarlane2013-01-13
* Markdown writer: Support Ext_auto_identifiers and Ext_header_attributes.John MacFarlane2013-01-12
* HTML reader: Added html5 tags to list of block-level tags.John MacFarlane2013-01-12
* Escape `|` as `\vert` in LaTeX math.John MacFarlane2013-01-12
* Fixed/simplified diff output for tests.John MacFarlane2013-01-12
* Changed hspace in last commit to 0.333em.John MacFarlane2013-01-11
* LaTeX writer: Use `\hspace*` for nonbreaking space after line break.John MacFarlane2013-01-11
* Revised EPUB writer given changes in header attributes.John MacFarlane2013-01-11
* EPUB writer: Download images at URLs.John MacFarlane2013-01-11
* Refactoring:John MacFarlane2013-01-11
* ODT, Docx writers: Properly handle URL refs for images.John MacFarlane2013-01-11
* pandoc.hs: Fix writerSourceDirectory when a URL is provided.John MacFarlane2013-01-11
* ImageSize: Remove no longer exported readImageSize.John MacFarlane2013-01-11
* Improvements to docx writer.John MacFarlane2013-01-11
* Docx writer: Preliminary improvements.John MacFarlane2013-01-11
* ImageSize: Use strict, not lazy bytestrings.John MacFarlane2013-01-11