aboutsummaryrefslogtreecommitdiff
path: root/src/Text
AgeCommit message (Expand)Author
2020-04-11HTML reader: support <bdo> (#6271)Tristan de Cacqueray
2020-04-09Jira reader: improve icon conversionAlbert Krewinkel
2020-04-07LaTeX reader: better handling of `\lettrine`.John MacFarlane
2020-04-06Vimwiki reader: Add nested syntax highlighting (#6257)Vlad Hanciuta
2020-04-04Jira: support citations, attachment links, and user linksAlbert Krewinkel
2020-04-02HTML reader: fix parsing unclosed th elements in a table.John MacFarlane
2020-04-01Docbook writer: Add personname element to docbook author.John MacFarlane
2020-03-31Markdown writer: ensure consistent padding for pipe tables.John MacFarlane
2020-03-31Jira reader: use span with class `underline` for inserted textAlbert Krewinkel
2020-03-31Jira writer: convert spans with class `underline` to inserted textAlbert Krewinkel
2020-03-30Jira writer: add image attributesAlbert Krewinkel
2020-03-30Jira reader: retain image attributesAlbert Krewinkel
2020-03-30Jira reader: read `(?)` icon as "small questionmark" characterAlbert Krewinkel
2020-03-30Fix #6228 (#6230)Joseph C. Sible
2020-03-29Clean up and simplify Text.Pandoc.Readers.Docx (#6225)Joseph C. Sible
2020-03-29Clean up and simplify Text.Pandoc.Writers.Docx (#6229)Joseph C. Sible
2020-03-29Clean up some fmaps (#6226)Joseph C. Sible
2020-03-29Split the RNG so they don't end up equal again after 1 call to next (#6227)Joseph C. Sible
2020-03-29Docx reader: better error messages.John MacFarlane
2020-03-28More cleanup (#6209)Joseph C. Sible
2020-03-28Simplify fixAuthors (#6223)Joseph C. Sible
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel
2020-03-22Text.Pandoc.Class: extract submodules PandocIO, PandocPureAlbert Krewinkel
2020-03-21Class: fix missing import when data files are not embeddedAlbert Krewinkel
2020-03-19Add to html5 attributes.John MacFarlane
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel
2020-03-15PandocMonad: remove outdated check for base versionAlbert Krewinkel
2020-03-14Subdivide Text.Pandoc.Class into small modules (#6106)Albert Krewinkel
2020-03-13Update copyright year (#6186)Albert Krewinkel
2020-03-13Lua marshalling: Remove unused language extensionsAlbert Krewinkel
2020-03-13Jira reader: support colored inline text, indented listsAlbert Krewinkel
2020-03-07Ms writer: fix definition lists so indent even when...John MacFarlane
2020-03-06Ms writer: use .QS/.QE instead of .RS/.RE for block quotes.John MacFarlane
2020-03-05Fix parsing of `\'` in man/ms readers.John MacFarlane
2020-03-05Fix parsing of `\.` in man/ms readers.John MacFarlane
2020-03-04EPUB writer: fix regression on detection of front/back/bodymatter.John MacFarlane
2020-03-02PDF via wkhtmltopdf: put user-specified options last.John MacFarlane
2020-02-21Fix table alignment when heading begins with t.John MacFarlane
2020-02-19Text.Pandoc.App: set resource path at the beginning...John MacFarlane
2020-02-17Revert "Allow specifying string value in metadata using `!!literal` tag."John MacFarlane
2020-02-17Allow specifying string value in metadata using `!!literal` tag.John MacFarlane
2020-02-17Remove redundant `otherwise` guard in inlineToAsciiDoc (#6146)Ryan Scott
2020-02-14Fixes: group biblatex citations even with prefix and suffix (#6058)Ethan Riley
2020-02-13A bit more cleanup (#6141)Joseph C. Sible
2020-02-13Add highlight directive to the rST reader (#6140)Lucas Escot
2020-02-12Add Text.Pandoc.Image with unexported svgToPng.John MacFarlane
2020-02-12Introduce new format variants for JATS (#6067)Albert Krewinkel
2020-02-12LaTeX reader: improve caption and label parsing.John MacFarlane
2020-02-12HTML reader: don't parse `data-id` as `id` attribute.John MacFarlane
2020-02-12Moved html5Attributes, html4Attributes, rdfaAttributes...John MacFarlane