aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-23Provisionally update changelog.John MacFarlane1-0/+99
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel89-111/+120
2020-03-22Small changes to macos release candidate Makefile.John MacFarlane1-2/+2
2020-03-22Fixes to 'notarize' target to preserve hardened runtime.John MacFarlane1-2/+2
2020-03-22macos/Makefile - add notarize target.John MacFarlane1-1/+7
2020-03-22Actions/release-candidate/macos: set up to create package locally.John MacFarlane1-13/+4
2020-03-22Add new distribution-creating Makefile to macos directory.John MacFarlane1-0/+30
2020-03-22Remove old script to create macos package.John MacFarlane1-86/+0
2020-03-22Text.Pandoc.Class: extract submodules PandocIO, PandocPureAlbert Krewinkel4-393/+448
2020-03-21Class: fix missing import when data files are not embeddedAlbert Krewinkel1-0/+3
2020-03-20Make MANUAL more explicit about NBSP handling by all_symbols_escapable (#6201)Fabien Schurter1-3/+6
2020-03-19Add to html5 attributes.John MacFarlane1-0/+7
2020-03-19Jira reader: fix parsing of tables without preceding blanklineAlbert Krewinkel3-2/+7
2020-03-18Jira reader: fix parsing of strikeout, emphasisAlbert Krewinkel3-2/+6
2020-03-16trypandoc: Add checkbox for standalone option (#6189)Mike Tzou2-3/+13
2020-03-15make changes_github: use details tag to make changelog collapsible.John MacFarlane2-1/+7
2020-03-15Update filter code in doc/filters.md...John MacFarlane1-7/+21
2020-03-15Improvements to trypandoc (#6188)Mike Tzou1-5/+6
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel160-353/+33
2020-03-15PandocMonad: remove outdated check for base versionAlbert Krewinkel1-6/+1
2020-03-14Subdivide Text.Pandoc.Class into small modules (#6106)Albert Krewinkel4-695/+825
2020-03-13Update copyright year (#6186)Albert Krewinkel175-204/+221
2020-03-13tools: delete Lua documentation helper cruftAlbert Krewinkel3-95/+0
2020-03-13Lua marshalling: Remove unused language extensionsAlbert Krewinkel4-8/+3
2020-03-13Jira reader: support colored inline text, indented listsAlbert Krewinkel4-2/+8
2020-03-10linux/Dockerfile: upgrade to alpine 3.11Albert Krewinkel1-9/+16
2020-03-07Ms writer: fix definition lists so indent even when...John MacFarlane2-42/+43
2020-03-06Ms writer: use .QS/.QE instead of .RS/.RE for block quotes.John MacFarlane2-15/+15
2020-03-05Fix man reader test for previous change.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 "stack.yaml - switch to lts-15."John MacFarlane1-1/+11
2020-02-17stack.yaml - switch to lts-15.John MacFarlane1-11/+1
2020-02-17Revert "Allow specifying string value in metadata using `!!literal` tag."John MacFarlane3-23/+5
2020-02-17Allow specifying string value in metadata using `!!literal` tag.John MacFarlane3-5/+23
2020-02-17Remove redundant `otherwise` guard in inlineToAsciiDoc (#6146)Ryan Scott1-1/+0
2020-02-16Fix typo in changelog.John MacFarlane1-1/+1
2020-02-16Small changelog fix.John MacFarlane1-6/+3
2020-02-15Use pandoc-citeproc 0.17.John MacFarlane2-2/+2
2020-02-15Update README.md.John MacFarlane1-43/+47
2020-02-15Update changelog and man page.John MacFarlane4-29/+244
2020-02-15Use latest texmath.John MacFarlane2-2/+2
2020-02-14make pandoc-templates: copy README and styles.*.John MacFarlane1-2/+2
2020-02-14Fixes: group biblatex citations even with prefix and suffix (#6058)Ethan Riley2-25/+74
2020-02-13A bit more cleanup (#6141)Joseph C. Sible5-34/+32
2020-02-13Add highlight directive to the rST reader (#6140)Lucas Escot4-4/+41