aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-03-12MediaWiki writer: use PandocMonad.John MacFarlane1-23/+29
2017-03-12Issue warning for duplicate header identifiers.John MacFarlane6-8/+46
2017-03-12Improved behavior of `auto_identifiers` when there are explicit ids.John MacFarlane2-1/+15
2017-03-12Revert "Shared: export extractIds."John MacFarlane1-20/+0
2017-03-12Shared: export extractIds.John MacFarlane1-0/+20
2017-03-12MANUAL: Small clarification in YAML metadata section.John MacFarlane1-1/+1
2017-03-11Changed test case labeled 3384.md to 3348.md.John MacFarlane1-0/+0
2017-03-11Markdown writer: fixed bugs in simple/multiline list output.John MacFarlane2-10/+24
2017-03-11Markdown reader: optimized nonindentSpaces.John MacFarlane1-6/+3
2017-03-10ConTeXt writer: converted to use PandocMonad.John MacFarlane1-19/+28
2017-03-10Removed normalizeSpaces from Text.Pandoc.Shared.John MacFarlane3-23/+9
2017-03-10Docx reader: more efficient trimSps.John MacFarlane1-9/+9
2017-03-10Shared.normalizeSpaces: strip off leading/trailing line breaks...John MacFarlane1-2/+4
2017-03-10Add Muse writer (#3489)Alexander Krotov12-3/+1489
2017-03-10stack.yaml: Use texmath 0.9.3.John MacFarlane2-2/+2
2017-03-10Use pMacroDefinition in macro (for more direct parsing).John MacFarlane1-13/+8
2017-03-10Expand \newenvironment macros.John MacFarlane3-11/+25
2017-03-09LaTeX reader: Treat `{{xxx}}` the same as `{xxx}`.John MacFarlane1-9/+14
2017-03-09Changed display format for messages.John MacFarlane1-8/+8
2017-03-09HTML writer: info message if 'lang' is unspecified.John MacFarlane1-1/+4
2017-03-09Logging: Added NoLangSpecified, use toConstr to avoid boilerplate.John MacFarlane1-42/+30
2017-03-09HTML writer: fallback to basename rather than Untitled.John MacFarlane3-6/+7
2017-03-08Remove space at beginning/end of RST code span.John MacFarlane1-1/+4
2017-03-08Org reader: disallow tables on list marker linesAlbert Krewinkel2-4/+14
2017-03-08Travis: Remove GHC HEAD build.John MacFarlane1-3/+3
2017-03-08Travis: comment out OSX build.John MacFarlane1-3/+3
2017-03-08Markdown writer: Avoid spurious blanklines at end of document...John MacFarlane7-18/+6
2017-03-08Markdown writer: ensure space before list at top level.John MacFarlane2-22/+44
2017-03-08Org reader: don't allow tables inside list items.John MacFarlane2-0/+13
2017-03-08Added test case for #3497.John MacFarlane1-0/+51
2017-03-08Markdown writer: escape unordered list markers at beginning of paragraphJohn MacFarlane1-12/+20
2017-03-07stack.yamls: use lts-8.4 and texmath-0.9.1.1.John MacFarlane2-2/+4
2017-03-07Re-enable support for custom lua writers.John MacFarlane1-1/+3
2017-03-07Speed up Native writer quickcheck tests.John MacFarlane1-2/+4
2017-03-07Small change to unbalanced bracket test to speed up test suite.John MacFarlane1-1/+1
2017-03-07Markdown reader: Treat certain environments as inlineJohn MacFarlane2-1/+55
2017-03-07Clarify that meta-json contains transformed values (#3491)Jakob Voß1-1/+2
2017-03-06Markdown writer: better handling of tables with empty columns.John MacFarlane2-12/+38
2017-03-06LaTeX reader: allow newpage, clearpage, pagebreak in inline contextsJohn MacFarlane2-0/+45
2017-03-06Markdown writer: Fixed false ordered lists in YAML metadata.John MacFarlane1-1/+1
2017-03-05LaTeX reader: support all \textXX commands.John MacFarlane1-1/+5
2017-03-05Markdown reader: fixed internal header links.John MacFarlane3-2/+17
2017-03-05Markdown writer: escape initial % in a paragraph...John MacFarlane1-1/+5
2017-03-05LaTeX reader: small improvements in parsing arguments.John MacFarlane1-10/+7
2017-03-05LaTeX reader: Handle spaces before \cite arguments.John MacFarlane1-3/+1
2017-03-05Added a markdown abbrevation test case.John MacFarlane1-0/+31
2017-03-05Added readerAbbreviations to ParserState.John MacFarlane2-25/+27
2017-03-05Markdown reader: Fixed regression on left-biased union for metadata.John MacFarlane2-6/+24
2017-03-05Parse YAML metadata in a context that sees footnotes...John MacFarlane2-84/+102
2017-03-04Regularized CSS in html/epub/html slide templates.John MacFarlane16-28/+77