summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* EPUB Reader: Changed image paths to be relative to manifest fileMatthew Pickering2014-08-09
* HTML writer: Don't include empty TOC items for slide shows.John MacFarlane2014-08-09
* Merge branch 'newbranch' of https://github.com/mpickering/pandoc into mpicker...John MacFarlane2014-08-08
|\
| * EPUB Reader: Improved robustness of image extractionMatthew Pickering2014-08-08
| * EPUB Reader: Fixed regressions in image extractionMatthew Pickering2014-08-08
| * EPUB Reader: Use collapseFilePathMatthew Pickering2014-08-08
| * Shared: Added collapseFilePath functionMatthew Pickering2014-08-08
| * EPUB Reader: Removed incorrectly set reader flagMatthew Pickering2014-08-08
* | Added `native_divs` and `native_spans` extensions.John MacFarlane2014-08-08
* | Plain writer: Use ALL CAPS for level 1 headers.John MacFarlane2014-08-08
|/
* Merge pull request #1503 from jkr/streamlineMathJohn MacFarlane2014-08-08
|\
| * OMath parser: Change signature of exported function.Jesse Rosenthal2014-08-08
* | Markdown writer: Respect -raw_html.John MacFarlane2014-08-08
* | Textile reader: fixed list parsing bug. Closes #1500.John MacFarlane2014-08-08
* | Textile reader: don't allow inline formatting to extend over newline.John MacFarlane2014-08-08
|/
* OMath: Finish initial cleanup.Jesse Rosenthal2014-08-08
* OMath: Remove NamespacesJesse Rosenthal2014-08-08
* OMath: Start phasing out internal OMath type.Jesse Rosenthal2014-08-08
* OMath parser: don't group expressions if there's only one.Jesse Rosenthal2014-08-08
* HTML EPUB exts: switch element can now be in either the inline or block positionMatthew Pickering2014-08-08
* HTML reader: Really ignore DOCTYPE and xml declarations.John MacFarlane2014-08-07
* Merge pull request #1488 from mpickering/epubfixesJohn MacFarlane2014-08-07
|\
| * EPUB Reader: Improved how images are extractedMatthew Pickering2014-08-07
* | Merge pull request #1496 from mpickering/masterJohn MacFarlane2014-08-07
|\ \
| * | Org Writer: Write anchor elementsMatthew Pickering2014-08-08
| |/
* | Merge pull request #1494 from jkr/math-moduleJohn MacFarlane2014-08-07
|\ \
| * | OMath module: Add new file.Jesse Rosenthal2014-08-07
| * | Docx reader: Split math out into math module.Jesse Rosenthal2014-08-07
| * | Docx Reader: Added Default instances and removed withDStateMatthew Pickering2014-08-06
| |/
* / Docx reader: Handle inline drawings.Jesse Rosenthal2014-08-07
|/
* Get rid of unused docx variable.Jesse Rosenthal2014-08-06
* Merge pull request #1491 from jkr/texmath-equationsJohn MacFarlane2014-08-06
|\
| * Docx reader: remove now-unnecessary state variable.Jesse Rosenthal2014-08-06
| * Remove now-unnecessary TexCharJesse Rosenthal2014-08-06
| * Add a note on how `mapD` works.Jesse Rosenthal2014-08-06
| * Docx reader: Use TeXMath to write mathJesse Rosenthal2014-08-06
* | MediaWiki reader doesn't recognize german "Bild"Uli Köhler2014-08-06
|/
* MediaBag: Improved normalisation when writing filesMatthew Pickering2014-08-05
* Merge pull request #1486 from Aelve/minorJohn MacFarlane2014-08-04
|\
| * Add PatternGuards pragmas.Artyom Kazak2014-08-04
| * Remove redundant isHexDigit function.Artyom Kazak2014-08-04
| * Remove dangling `where` from one function.Artyom Kazak2014-08-04
| * Use `stripPrefix` where appropriate.Artyom Kazak2014-08-04
| * Clean up `mediaTypeOf` a bit.Artyom Kazak2014-08-04
| * Use `mapM_` instead of `() <$ mapM` in one place.Artyom Kazak2014-08-04
* | Merge pull request #1476 from jkr/endnote-fixJohn MacFarlane2014-08-04
|\ \
| * | Docx Parser: Produce endnotes.Jesse Rosenthal2014-08-01
* | | HTML reader: ignore <?xml..> and <DOCTYPE..> tags.John MacFarlane2014-08-04
* | | Use texmath 0.7 interface.John MacFarlane2014-08-04
* | | Merge branch 'epubend' of https://github.com/mpickering/pandoc into mpickerin...John MacFarlane2014-08-04
|\ \ \ | |_|/ |/| |