summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Another small performance improvement.John MacFarlane2013-12-07
* Small performance improvement in list parsing.John MacFarlane2013-12-07
* Markdown reader: Fixed bug with literal `</div>` in lists.John MacFarlane2013-12-07
* Text.Pandoc: Don't default to pandocExtensions for all writers.John MacFarlane2013-12-06
* HTML reader: Parse LaTeX math if appropriate options are set.John MacFarlane2013-12-06
* Stop parsing "list lines" when we hit a block tag.John MacFarlane2013-12-04
* Merge pull request #1076 from jlduran/booktabsJohn MacFarlane2013-12-03
|\
| * Add booktabs package for LaTeX tablesJose Luis Duran2013-12-04
* | EPUB writer: Allow 'stylesheet' in metadata.John MacFarlane2013-12-03
|/
* EPUB writer: Allow partial dates: YYYY, YYYY-MM.John MacFarlane2013-12-01
* normalizeDate: Allow dates with year only (%Y)Shaun Attfield2013-12-01
* EPUB writer: Insert "svg" property as needed in opf (EPUB 3).John MacFarlane2013-11-30
* EPUB writer: Simplify imageTypeOf using getMimeType.John MacFarlane2013-11-30
* MIME: Add entry for jfif.John MacFarlane2013-11-30
* EPUB writer: Add properties attribute to cover-image item for EPUB v3.John MacFarlane2013-11-30
* Markdown writer: Fix rendering of tight sublists.John MacFarlane2013-11-30
* ODT writer: Add `draw:name` attribute to `draw:frame` elements.John MacFarlane2013-11-30
* ConTeXt writer: Don't hardcode figure/table placement.John MacFarlane2013-11-30
* Fixed `cover-image` in EPUB YAML metadata.John MacFarlane2013-11-30
* Allow specification of epub-cover-image in YAML metadata.John MacFarlane2013-11-30
* EPUB writer: Improved metadata handling.John MacFarlane2013-11-30
* Docx writer: Implemented csl flipflopping spans.John MacFarlane2013-11-23
* LaTeX writer: Handle csl flipflopping spans (csl-no-emph, etc.)John MacFarlane2013-11-23
* HTML writer: Handle csl flipflopping spans (csl-no-emph, etc.)John MacFarlane2013-11-23
* EPUB writer: Don't include node for cover.xhtml if no cover!John MacFarlane2013-11-22
* EPUB writer: Ensure that same identifier is used throughout.John MacFarlane2013-11-22
* ConTeXt writer: Use setupcaption to separate style from content.John MacFarlane2013-11-22
* Fixed bug with intraword emphasis.John MacFarlane2013-11-22
* Docx writer: Use mime type info returned by fetchItem.John MacFarlane2013-11-19
* Shared: Fixed bug in openURL with data: URIs.John MacFarlane2013-11-19
* MIME: In looking up extensions, drop the encoding info.John MacFarlane2013-11-19
* Docbook writer: Hierarchicalize block content in metadata.John MacFarlane2013-11-19
* Merge pull request #1061 from heurist/epub_coverLinearJohn MacFarlane2013-11-19
|\
| * Epub Writer: Add cover reference to guide element (v2)Shaun Attfield (shaun@victor)2013-11-19
| * Epub Writer: Add cover reference to guide elementShaun Attfield (shaun@victor)2013-11-18
* | LaTeX reader: Parse contents of curly quotes or matched `"` as quotes.John MacFarlane2013-11-18
|/
* LaTeX reader: Support `\textnormal` as span with class "nodecor".John MacFarlane2013-11-17
* MediaWiki reader: Add automatic header identifiers.John MacFarlane2013-11-17
* Parsing: Generalized type of registerHeader, using new typeclasses.John MacFarlane2013-11-17
* OpenDocument: Skip raw HTML.John MacFarlane2013-11-16
* LaTeX writer: Properly escape pdftitle, pdfauthor.John MacFarlane2013-11-16
* HTML/EPUB footnotes: Put `<sup>` tag inside `<a>` tags.John MacFarlane2013-11-12
* recognize svg tag in HTML ReaderMinRK2013-11-07
* Docx writer: fixed core metadata.John MacFarlane2013-11-07
* Docx writer: Fix URL for core-properties in `_rels/.rels`.John MacFarlane2013-11-06
* Don't print `<span>` tags in 'plain' output.John MacFarlane2013-11-06
* Markdown reader: Correctly handle empty bullet list items.John MacFarlane2013-11-03
* HTML reader: Use pandoc Div and Span for raw "<div>", "<span>".John MacFarlane2013-11-03
* TexMath: Export readTeXMath', which attends to display/inline.John MacFarlane2013-11-01
* Markdown reader: Yaml block must start immediately after `---`.John MacFarlane2013-10-29