summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Made Citation information available in lua custom writer.John MacFarlane2014-07-16
* Removed redundant clause in markdown parser.John MacFarlane2014-07-16
* Merge pull request #1430 from jkr/anchor-fix-2John MacFarlane2014-07-15
|\
| * Docx Reader: Fix hdr auto-id when already auto-id.Jesse Rosenthal2014-07-16
| * Docx Reader: Change state handling.Jesse Rosenthal2014-07-16
| * Docx reader: Add testJesse Rosenthal2014-07-15
* | HTML writer: Removed useless clause.John MacFarlane2014-07-15
* | LaTeX writer: Use \nolinkurl in email autolinks.John MacFarlane2014-07-15
* | EPUB writer: Keep newlines between block elements.John MacFarlane2014-07-15
* | Require highlighting-kate 0.5.8.4.John MacFarlane2014-07-15
* | Shared.fetchItem: unescape URI encoding before reading local file.John MacFarlane2014-07-15
|/
* RTF writer: Avoid extra paragraph tags in metadata.John MacFarlane2014-07-13
* Use raw HTML for complex block quotes.John MacFarlane2014-07-13
* DokuWiki writer: Use raw HTML for complex lists...John MacFarlane2014-07-13
* DokuWiki writer: Normalize to collapse adjacent raw HTML blocks.John MacFarlane2014-07-13
* DokuWiki writer: Updated tests.John MacFarlane2014-07-13
* DokuWiki writer: More tweaks to email links. (#1398)John MacFarlane2014-07-13
* DokuWiki writer: Use pointy brackets for email links.John MacFarlane2014-07-13
* Dokuwiki writer: More idiomatic code for escaping.John MacFarlane2014-07-13
* DokuWiki writer: More raw HTML fixes. (#1398)John MacFarlane2014-07-13
* DokuWiki writer: Fix raw inlines and blocks.John MacFarlane2014-07-13
* Markdown writer: Use span with style for SmallCaps. (#1360)John MacFarlane2014-07-13
* Clarified documentation on small caps. (#1360)John MacFarlane2014-07-13
* Markdown writer: use Span instead of (hackish) SmallCaps in plainify.John MacFarlane2014-07-13
* EPUB writer: Use stringify instead of custom plainify.John MacFarlane2014-07-13
* Better comment on removeFormatting.John MacFarlane2014-07-13
* Shared: Generalized type of removeFormatting.John MacFarlane2014-07-13
* Merge branch 'claremacrae-dokuwiki'.John MacFarlane2014-07-13
|\
| * DokuWiki writer: Remove broken formatting from headings (#1398)Clare Macrae2014-07-08
| * Put myself as maintainer (#1398)Clare Macrae2014-07-08
* | Shared: Added removeFormatting.John MacFarlane2014-07-13
* | Use renderTags' for all tag rendering.John MacFarlane2014-07-13
* | Fixed typo in module header for Asciify.John MacFarlane2014-07-12
* | Parsing: Simplified dash and ellipsis.John MacFarlane2014-07-12
* | Removed space at ends of lines in source.John MacFarlane2014-07-12
* | Merge pull request #1414 from mpickering/generalJohn MacFarlane2014-07-12
|\ \
| * | Removed inline fmap from Parsing.hsMatthew Pickering2014-07-11
| * | Removed (>>~) functionMatthew Pickering2014-07-11
| * | Generalised all functions in Parsing.hsMatthew Pickering2014-07-11
* | | Merge pull request #1415 from jkr/nicertypeJohn MacFarlane2014-07-12
|\ \ \
| * | | Docx Reader: Add a compatibility layer for Except.Jesse Rosenthal2014-07-12
| * | | Docx Reader: A nicer Docx type.Jesse Rosenthal2014-07-12
| | |/ | |/|
* | | Merge pull request #1418 from wcaleb/document_code_attr_extJohn MacFarlane2014-07-12
|\ \ \
| * | | document fenced_code_attributes extensionCaleb McDaniel2014-07-12
|/ / /
* | / Markdown writer: don't use braced attributes for fenced code.John MacFarlane2014-07-11
| |/ |/|
* | HTML writer: Deactivate "incremental" inside slide speaker notes.John MacFarlane2014-07-10
* | Fixed an issue caused by e4263d306e6988dd322c895242eb818d22b9e012.John MacFarlane2014-07-10
* | Markdown reader: Fixed regression with intraword underscores.John MacFarlane2014-07-10
* | Markdown reader: Slight rewrite of enclosure/emphOrStrong code.John MacFarlane2014-07-10
* | Added failing test for issue #1121.John MacFarlane2014-07-10