aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-04-15Implement the new Table typedespresc56-316/+477
2020-04-15Markdown Reader: Fix inline code in lists (#6284)Nikolay Yakimov1-6/+11
2020-04-15JATS reader: handle "label" element in section title.John MacFarlane1-1/+7
2020-04-13Add an option to disable certificate validation (#6156)Cédric Couralet6-2/+24
2020-04-12RST reader: handle "date::" directive.John MacFarlane1-1/+10
2020-04-11LaTeX writer: ensure that `-M csquotes` works even in fragment mode.John MacFarlane1-10/+11
2020-04-11HTML reader: support <bdo> (#6271)Tristan de Cacqueray1-0/+13
2020-04-09Jira reader: improve icon conversionAlbert Krewinkel1-12/+12
2020-04-07LaTeX reader: better handling of `\lettrine`.John MacFarlane1-1/+8
2020-04-06Vimwiki reader: Add nested syntax highlighting (#6257)Vlad Hanciuta1-1/+5
2020-04-04Jira: support citations, attachment links, and user linksAlbert Krewinkel2-4/+40
2020-04-02HTML reader: fix parsing unclosed th elements in a table.John MacFarlane1-0/+1
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