aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-09-28Added Text.Pandoc.Readers.LaTeX.Parsing (unexported).John MacFarlane
2018-09-28Parse empty argument array in inline src blocks.leungbk
2018-09-27HTML writer: avoid adding extra section nestings for revealjs.John MacFarlane
2018-09-27JATS writer: remove 'role' attribute on 'bold' and 'sc' elements.John MacFarlane
2018-09-27HTML writer: omit unknown attributes in EPUB2 output.John MacFarlane
2018-09-26Force inline code blocks to honor export options.leungbk
2018-09-25Add support for multiprenote and multipostnote arguments in LaTeX. (#4930)Brian Leung
2018-09-24Use hslua v1.0.0Albert Krewinkel
2018-09-24Merge pull request #4921 from pyssling/masterJohn MacFarlane
2018-09-24RTF writer: Fix build failure with ghc-8.6.1 caused by missing MonadFail inst...Jonas Scholl
2018-09-24Muse reader: replace inlineList with inline'Alexander Krotov
2018-09-24Muse reader: replace `optionMaybe` and `fromMaybe` with `option`Alexander Krotov
2018-09-23ODT Writer: Improve table header row style handlingNils Carlson
2018-09-22LaTeX writer: fix a use of `last` that might take empty list.John MacFarlane
2018-09-21Muse reader: simplify tag parsersAlexander Krotov
2018-09-21Muse reader: use isAlphaNum instead of isLetter and isDigitAlexander Krotov
2018-09-21Muse reader: do not allow code markup to be followed by digitAlexander Krotov
2018-09-21Muse reader: simplify ordered list parsingAlexander Krotov
2018-09-21Muse reader: rewrite headingStart in applicative styleAlexander Krotov
2018-09-21Muse reader: refactoringAlexander Krotov
2018-09-20Fix compiler warning.John MacFarlane
2018-09-21Muse reader: simplify <literal> tag parsersAlexander Krotov
2018-09-21Muse reader: cleanup and conversion to applicative styleAlexander Krotov
2018-09-21Muse reader: simplify lchopAlexander Krotov
2018-09-20RST reader: fix bug with internal link targets.John MacFarlane
2018-09-20ConTeXt writer: change `\` to `/` in Windows image paths.John MacFarlane
2018-09-19Markdown reader: distinguish autolinks in the AST.John MacFarlane
2018-09-19Lua filter: cleanup filter execution codeAlbert Krewinkel
2018-09-19Muse reader: parse Text instead of StringAlexander Krotov
2018-09-19hlint Muse readerAlexander Krotov
2018-09-19Muse reader: get rid of HTML parser dependencyAlexander Krotov
2018-09-19Muse reader: use openTag and closeTag everywhereAlexander Krotov
2018-09-19Muse reader: make openTag return association listAlexander Krotov
2018-09-19Muse reader: add openTag and closeTag functionsAlexander Krotov
2018-09-18parse rST inlines containing newlines closing #4912danse
2018-09-16Markdown reader: example_lists should work without startnum.John MacFarlane
2018-09-16Muse writer: replace newlines in strings with spacesAlexander Krotov
2018-09-16Merge pull request #4906 from chris-martin/patch-2John MacFarlane
2018-09-16Muse writer: output headers without asterisks if not on the top levelAlexander Krotov
2018-09-15Fix haddock on 'Ext_footnotes'Chris Martin
2018-09-15Merge pull request #4604 from mb21/yaml-fileJohn MacFarlane
2018-09-15Docx writer: add MetaString case for abstract, subtitle (#4905)Mauro Bieg
2018-09-15introduce --metadata-file optionmb21
2018-09-15Markdown Reader: factor out yamlMapmb21
2018-09-15Markdown Reader: factor out yamlBsToMetamb21
2018-09-15Markdown Reader: rename yamlToMeta to yamlToMetaValuemb21
2018-09-12Muse writer: never wrap definition list termsAlexander Krotov
2018-09-11Muse writer: set envInsideBlock = True when rendering notesAlexander Krotov
2018-09-11HTML writer: always output <dt> element, even if it is emptyAlexander Krotov
2018-09-11Muse writer: use "" instead of [] for empty StringAlexander Krotov