summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Clarify JSON input and output in usage messageCaleb McDaniel2015-02-27
* HTML writer: include raw latex blocks if --mathjax specified.John MacFarlane2015-02-25
* Markdown writer: don't emit span tags if plain or raw HTML disabled.John MacFarlane2015-02-25
* Define isRight since it's only in recent versions of Data.Either.John MacFarlane2015-02-25
* Markdown writer: Avoid introducing spurious list items through wrapping.John MacFarlane2015-02-25
* LaTeX writer: recognize book documentclass if set in metadata.John MacFarlane2015-02-25
* Markdown reader: check for tex macros after indented code.John MacFarlane2015-02-25
* Docbook writer: don't print empty id attributes.John MacFarlane2015-02-25
* Docx reader: Minor cleanup.Jesse Rosenthal2015-02-21
* Docx reader: add test for verbatim in sub/superscript.Jesse Rosenthal2015-02-21
* Docx reader: allow sub/superscript verbatims.Jesse Rosenthal2015-02-21
* Merge pull request #1964 from mpickering/latexfixMatthew Pickering2015-02-20
|\
| * LaTeX Writer: Don't use listings in headersMatthew Pickering2015-02-20
|/
* Docx reader: Add tests for new list style parsing.Jesse Rosenthal2015-02-19
* Docx reader: Allow numbering in the style file.Jesse Rosenthal2015-02-19
* ICML writer: Better handling of raw blocks and inlines.John MacFarlane2015-02-17
* Fixed revealjs template so style css is correctly included.John MacFarlane2015-02-16
* Allow wildcards in `--epub-embed-font` arguments.John MacFarlane2015-02-13
* Improved building of data URIs in SelfContained.John MacFarlane2015-02-13
* Docx reader: test lists in table cells.Jesse Rosenthal2015-02-13
* Docx reader: Handle lists correctly inside table cells.Jesse Rosenthal2015-02-13
* Docx writer: Add footnotes id -1 and 0.Jesse Rosenthal2015-02-12
* Docx Writer: Alter Blockquote style slightly.Jesse Rosenthal2015-02-11
* Docx Writer: Update reference.docxJesse Rosenthal2015-02-11
* Docx Writer: Add "BodyText" StyleJesse Rosenthal2015-02-11
* Docx Writer: Use FirstParagraph style at beginning.Jesse Rosenthal2015-02-10
* Added FirstParagraph to docx templates.Jesse Rosenthal2015-02-09
* Docx Writer: Implement FirstParagraph StyleJesse Rosenthal2015-02-09
* Travis: comment out ghc 7.10 until we have the dependencies.John MacFarlane2015-02-07
* Merge pull request #1927 from freephile/masterJohn MacFarlane2015-02-07
|\
| * update syntax for Images/Media files in MediaWikiGreg Rundlett2015-02-05
| * update syntax for Images/Media files in MediaWikiGreg Rundlett2015-02-05
* | Merge pull request #1915 from mpickering/travisupdateJohn MacFarlane2015-02-07
|\ \
| * | Update travis fileMatthew Pickering2015-02-02
* | | Merge branch 'timtylin-patch/fixTexinfoWrap'John MacFarlane2015-02-07
|\ \ \
| * | | Merge branch 'patch/fixTexinfoWrap' of https://github.com/timtylin/scholdoc i...John MacFarlane2015-02-07
|/| | |
| * | | Texinfo writer: fix wrapping by using breakable spacesTim Lin2015-02-06
| | |/ | |/|
* | | Merge pull request #1925 from timtylin/patch/prettyLineBreaksJohn MacFarlane2015-02-07
|\ \ \ | |/ / |/| |
| * | Append newline to the LineBreak of various writersTim Lin2015-02-04
|/ /
* / Textile reader: table improvements.John MacFarlane2015-02-02
|/
* LaTeX writer: Don't escape $ in URL. Closes #1913.John MacFarlane2015-02-01
* HTML writer: Add "inline" or "display" class to math spans.John MacFarlane2015-02-01
* Merge pull request #1912 from zudov/missing_altMatthew Pickering2015-01-30
|\
| * Refactored `if x then [] else y` to `[y | not x]`Konstantin Zudov2015-01-29
| * Do not ommit missing `alt` attribute on `img` tagKonstantin Zudov2015-01-29
|/
* Fixed list-style-type for numbered example lists.John MacFarlane2015-01-27
* Add Installed-Size to debian package control file.John MacFarlane2015-01-26
* Merge pull request #1885 from mb21/html-reader-tablesJohn MacFarlane2015-01-25
|\
| * fixes #1859 HTML Reader table parsingmb212015-01-25
* | LaTeX reader: don't limit includes to .tex extension.John MacFarlane2015-01-22