summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* | Merge pull request #1510 from jkr/spacefixJohn MacFarlane2014-08-10
|\ \
| * | Change head/tail to pattern guards.Jesse Rosenthal2014-08-10
| * | Docx reader: Fix spacing issue.Jesse Rosenthal2014-08-09
* | | Removed OMath module, depend on texmath >= 0.8.John MacFarlane2014-08-10
* | | Docx Parse: Recognises code points in sym elements which are in the private r...Matthew Pickering2014-08-09
* | | Added Text.Pandoc.Readers.Docx.FontsMatthew Pickering2014-08-09
* | | Docx Reader: Added recognition of sym element in paragraphsMatthew Pickering2014-08-09
|/ /
* | EPUB: Fixed another mediabag related regression..Matthew Pickering2014-08-10
* | 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