aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-03-13Removed unused symbol.John MacFarlane1-1/+0
2017-03-13Better handling of \part in LaTeX.John MacFarlane2-10/+17
2017-03-13RST writer: convert to PandocMonad, report on unrendered raw items.John MacFarlane2-33/+41
2017-03-13Highlighting: highlighting now returns an Either rather than Maybe.John MacFarlane5-25/+44
2017-03-13Put TEI writer inside PandocMonad. Added warnings for omitted raw elements.John MacFarlane1-118/+135
2017-03-12Org reader: interpret more meta value as inlinesAlbert Krewinkel1-4/+9
2017-03-12Converted DokuWiki writer to use PandocMonad.John MacFarlane1-25/+34
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 MacFarlane1-1/+2
2017-03-12Revert "Shared: export extractIds."John MacFarlane1-20/+0
2017-03-12Shared: export extractIds.John MacFarlane1-0/+20
2017-03-11Markdown writer: fixed bugs in simple/multiline list output.John MacFarlane1-10/+9
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 Krotov2-0/+339
2017-03-10Use pMacroDefinition in macro (for more direct parsing).John MacFarlane1-13/+8
2017-03-10Expand \newenvironment macros.John MacFarlane1-10/+12
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 MacFarlane1-4/+5
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 Krewinkel1-3/+4
2017-03-08Markdown writer: Avoid spurious blanklines at end of document...John MacFarlane1-1/+1
2017-03-08Markdown writer: ensure space before list at top level.John MacFarlane1-22/+31
2017-03-08Org reader: don't allow tables inside list items.John MacFarlane1-0/+4
2017-03-08Markdown writer: escape unordered list markers at beginning of paragraphJohn MacFarlane1-12/+20
2017-03-07Re-enable support for custom lua writers.John MacFarlane1-1/+3
2017-03-07Markdown reader: Treat certain environments as inlineJohn MacFarlane1-1/+3
2017-03-06Markdown writer: better handling of tables with empty columns.John MacFarlane1-12/+22
2017-03-06LaTeX reader: allow newpage, clearpage, pagebreak in inline contextsJohn MacFarlane1-0/+5
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 MacFarlane2-2/+8
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 readerAbbreviations to ParserState.John MacFarlane2-25/+27
2017-03-05Markdown reader: Fixed regression on left-biased union for metadata.John MacFarlane1-6/+9
2017-03-05Parse YAML metadata in a context that sees footnotes...John MacFarlane1-84/+83
2017-03-04Fixed some loose ends in #1592.John MacFarlane2-5/+4
2017-03-04HTML writer: only issue warning for missing title if --standalone.John MacFarlane1-11/+13
2017-03-04HTML writer: Render SmallCaps as span with smallcaps class.John MacFarlane1-1/+1
2017-03-04Use smallcaps class for SmallCaps in CommonMark writer.John MacFarlane1-1/+1
2017-03-04Markdown writer: Use span with class 'smallcaps' for SmallCaps.John MacFarlane1-2/+1