aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-04-01Docbook writer: Add personname element to docbook author.John MacFarlane1-1/+2
2020-03-31Markdown writer: ensure consistent padding for pipe tables.John MacFarlane1-2/+2
2020-03-31Jira reader: use span with class `underline` for inserted textAlbert Krewinkel1-1/+1
2020-03-31Jira writer: convert spans with class `underline` to inserted textAlbert Krewinkel1-1/+9
2020-03-30Jira writer: add image attributesAlbert Krewinkel1-1/+13
2020-03-30Jira reader: retain image attributesAlbert Krewinkel1-1/+13
2020-03-30Jira reader: read `(?)` icon as "small questionmark" characterAlbert Krewinkel1-1/+1
2020-03-30Fix #6228 (#6230)Joseph C. Sible2-7/+8
2020-03-29Clean up and simplify Text.Pandoc.Readers.Docx (#6225)Joseph C. Sible1-61/+43
2020-03-29Clean up and simplify Text.Pandoc.Writers.Docx (#6229)Joseph C. Sible1-56/+48
2020-03-29Clean up some fmaps (#6226)Joseph C. Sible7-22/+22
2020-03-29Split the RNG so they don't end up equal again after 1 call to next (#6227)Joseph C. Sible1-5/+5
2020-03-29Docx reader: better error messages.John MacFarlane1-8/+12
2020-03-28More cleanup (#6209)Joseph C. Sible1-4/+3
2020-03-28Simplify fixAuthors (#6223)Joseph C. Sible1-6/+1
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel89-111/+120
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