aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-03-16Added test for #256.John MacFarlane3-0/+15
2017-03-16MANUAL: document `--abbreviations`.John MacFarlane1-0/+13
2017-03-16Add default abbreviations file (data/abbreviations).John MacFarlane3-4/+34
2017-03-16Added --abbreviations=FILE option for custom abbreviations file.John MacFarlane1-8/+23
2017-03-16LaTeX/Beamer writer: allow hyperlinks to frames.John MacFarlane1-4/+13
2017-03-15Makefile: allow make test to take TESTARGS.John MacFarlane1-1/+3
2017-03-15OpenDocument writer: use more widely available bullet characters.John MacFarlane2-103/+103
2017-03-15Removed another unused cabal dependency.John MacFarlane1-1/+0
2017-03-15Removed some unnecessary build-depends.John MacFarlane1-8/+3
2017-03-15Fixed weigh-pandoc so it compiles again.John MacFarlane1-3/+3
2017-03-15Use tasty-golden for golden tests in Old.John MacFarlane2-39/+54
2017-03-14Command tests: just findPandoc once.John MacFarlane1-4/+4
2017-03-14Removed unneeded import.John MacFarlane1-1/+0
2017-03-14Got rid of distracting warning in test output.John MacFarlane1-2/+2
2017-03-14Small test plumbing improvement.John MacFarlane1-11/+11
2017-03-14Use tasty for tests rather than test-framework.John MacFarlane29-142/+137
2017-03-13Removed unused symbol.John MacFarlane1-1/+0
2017-03-13Better handling of \part in LaTeX.John MacFarlane4-10/+48
2017-03-13Docx writer: Support 9 levels of headers.John MacFarlane2-5/+66
2017-03-13RST writer: convert to PandocMonad, report on unrendered raw items.John MacFarlane2-33/+41
2017-03-13ISSUE_TEMPLATE: add URL for pandoc-discuss.John MacFarlane1-2/+3
2017-03-13Added github ISSUE_TEMPLATE.John MacFarlane1-0/+10
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 MacFarlane2-149/+166
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 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