aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-03-22Text.Pandoc.Class: extract submodules PandocIO, PandocPureAlbert Krewinkel3-393/+446
2020-03-21Class: fix missing import when data files are not embeddedAlbert Krewinkel1-0/+3
2020-03-19Add to html5 attributes.John MacFarlane1-0/+7
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel158-310/+2
2020-03-15PandocMonad: remove outdated check for base versionAlbert Krewinkel1-6/+1
2020-03-14Subdivide Text.Pandoc.Class into small modules (#6106)Albert Krewinkel3-695/+823
2020-03-13Update copyright year (#6186)Albert Krewinkel135-148/+149
2020-03-13Lua marshalling: Remove unused language extensionsAlbert Krewinkel4-8/+3
2020-03-13Jira reader: support colored inline text, indented listsAlbert Krewinkel1-0/+2
2020-03-07Ms writer: fix definition lists so indent even when...John MacFarlane1-3/+4
2020-03-06Ms writer: use .QS/.QE instead of .RS/.RE for block quotes.John MacFarlane1-1/+1
2020-03-05Fix parsing of `\'` in man/ms readers.John MacFarlane1-1/+1
2020-03-05Fix parsing of `\.` in man/ms readers.John MacFarlane1-1/+1
2020-03-04EPUB writer: fix regression on detection of front/back/bodymatter.John MacFarlane1-1/+2
2020-03-02PDF via wkhtmltopdf: put user-specified options last.John MacFarlane1-2/+2
2020-02-21Fix table alignment when heading begins with t.John MacFarlane1-1/+1
2020-02-19Text.Pandoc.App: set resource path at the beginning...John MacFarlane1-1/+2
2020-02-17Revert "Allow specifying string value in metadata using `!!literal` tag."John MacFarlane1-6/+4
2020-02-17Allow specifying string value in metadata using `!!literal` tag.John MacFarlane1-4/+6
2020-02-17Remove redundant `otherwise` guard in inlineToAsciiDoc (#6146)Ryan Scott1-1/+0
2020-02-14Fixes: group biblatex citations even with prefix and suffix (#6058)Ethan Riley1-25/+42
2020-02-13A bit more cleanup (#6141)Joseph C. Sible5-34/+32
2020-02-13Add highlight directive to the rST reader (#6140)Lucas Escot2-4/+13
2020-02-12Add Text.Pandoc.Image with unexported svgToPng.John MacFarlane1-0/+40
2020-02-12Introduce new format variants for JATS (#6067)Albert Krewinkel3-42/+107
2020-02-12LaTeX reader: improve caption and label parsing.John MacFarlane2-23/+36
2020-02-12HTML reader: don't parse `data-id` as `id` attribute.John MacFarlane1-1/+9
2020-02-12Moved html5Attributes, html4Attributes, rdfaAttributes...John MacFarlane2-348/+354
2020-02-11LaTeX reader: resolve `\ref` to table numbers.John MacFarlane2-25/+43
2020-02-10Fix spurious dots in markdown_mmd metadata outputJohn MacFarlane1-1/+1
2020-02-08Org reader: simplify parsing of sub- and superscriptsAlbert Krewinkel1-11/+11
2020-02-08reveal.js: ensure that pauses work even in title slides.John MacFarlane1-4/+6
2020-02-08Factor out a findM function (#6125)Joseph C. Sible3-18/+13
2020-02-08Use <$> instead of >>= and return (#6128)Joseph C. Sible1-1/+1
2020-02-08Clean up after "hlint --refactor" (#6129)Joseph C. Sible3-8/+7
2020-02-08More cleanup (#6130)Joseph C. Sible2-8/+7
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane40-222/+187
2020-02-07Resolve HLint warningsAlbert Krewinkel42-177/+156
2020-02-07More in-depth refactoring and cleanup (#6123)Joseph C. Sible8-44/+40
2020-02-07Various minor cleanups and refactoring (#6117)Joseph C. Sible15-63/+56
2020-02-06Use traverse instead of reimplementing it (#6124)Joseph C. Sible2-8/+3
2020-02-05Simplify an overcomplicated filtering function (#6115)Joseph C. Sible1-1/+1
2020-02-05Fix --number-offset with HTML TOC.John MacFarlane1-10/+19
2020-02-05MediaWiki writer: prevent triple `[[[`.John MacFarlane1-1/+11
2020-02-05LaTeX reader: skip comments in more places where this is needed.John MacFarlane2-19/+21
2020-02-04Remove our bool function (#6116)Joseph C. Sible2-9/+1
2020-02-04Add timing info for filters in `--verbose` mode.John MacFarlane2-5/+30
2020-02-03Allow & in LaTeX citation keys.John MacFarlane1-1/+1
2020-02-03Swap suboptimal uses of maybe and fromMaybe (#6111)Joseph C. Sible5-13/+13
2020-02-03Fix duplicate frame classes in LaTeX/Beamer output.John MacFarlane1-2/+2