aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-29HTML writer: Add prooftree to list of math environments.John MacFarlane
2022-11-29DocBook writer: Fix position of textobject.John MacFarlane
2022-11-29AsciiDoc writer: in link text, only replace commas...John MacFarlane
2022-11-29DocBook writer: don't indent contents of title element.John MacFarlane
2022-11-29DocBook writer: render image alt text using textobject element.John MacFarlane
2022-11-29DocBook reader: support href on link...John MacFarlane
2022-11-29DocBook reader: parse title from imageobject/objectinfo.John MacFarlane
2022-11-28Textile Reader:vkraven
2022-11-28Fix epub-embed-font documentationTerence Eden
2022-11-28Clarify docs for `--metadata-file`.John MacFarlane
2022-11-25LaTeX reader: Add `unnumbered` class for `\part*`.John MacFarlane
2022-11-23Fix command test #7743 for WindowsAlbert Krewinkel
2022-11-21stack.yaml: update doctemplates version.John MacFarlane
2022-11-21Use doctemplates 0.11.John MacFarlane
2022-11-21Docx writer: support relative image widths.Albert Krewinkel
2022-11-19Docx reader: Support parsing of highlighted text.John MacFarlane
2022-11-19RST reader: support `mark` role for round-trip.John MacFarlane
2022-11-19LaTeX reader: support more soul commands, including `\hl`.John MacFarlane
2022-11-19Add support for `mark` extension for highlighted text.John MacFarlane
2022-11-19LaTeX writer: Use soul instead of ulem for strikeout, underline.John MacFarlane
2022-11-16Update epub.mdVladimir Alexiev
2022-11-15Allow mtl 2.3.1Alexander Batischev
2022-11-11Markdown writer: escape `!` before `[`.John MacFarlane
2022-11-11Use 'literal tag' instead of 'text (T.unpack tag)' in tagWithAttrsWout Gevaert
2022-11-11Add tests for the new table featuresWout Gevaert
2022-11-11Change the Mediawiki writer to use the 'new' table structureWout Gevaert
2022-11-11[API change] Add functions htmlAddStyle, htmlAlignmentToString and htmlAttrs ...Wout Gevaert
2022-11-10Add CITATION.cff.John MacFarlane
2022-11-10Better error when parsing EndNote references fails.John MacFarlane
2022-11-10Add LaTeX variable `urlstyle` (#8429)Amar Al-Zubaidi
2022-11-10.gitignore: ignore .stack-work in subdirectoriesAlbert Krewinkel
2022-11-09pandoc-server: add ContentType to CORS policy.John MacFarlane
2022-11-09HTML template: remove default font size, line height...John MacFarlane
2022-11-09In --verbose mode add message when running citeproc.John MacFarlane
2022-11-08Ms writer: remove -C option on PSPIC.John MacFarlane
2022-11-08Add simple CORS support to pandoc-server.John MacFarlane
2022-11-07make_artifacts.sh: add quotes.John MacFarlane
2022-11-07Fix make_artifacts.sh.John MacFarlane
2022-11-07Fix CABALOPTS in make_artifacts.sh.John MacFarlane
2022-11-07make_artifacts.sh: add a 'cabal test' as a sanity check.John MacFarlane
2022-11-07CI: use cabal 3.8.1.0, `--ghc-options=-Werror`.John MacFarlane
2022-11-06EPUB writer: refactor to use T.P.Chunks.issue6122John MacFarlane
2022-11-06Move SecInfo, toTOCTree to T.P.Chunks.John MacFarlane
2022-11-06Add Text.Pandoc.Chunks.John MacFarlane
2022-11-06Remove stray character in epub.css.John MacFarlane
2022-11-06Fix warnings.John MacFarlane
2022-11-06EPUB writer: refactor createChaptersAndRefTable.John MacFarlane
2022-11-06T.P.Writers.Shared: refactor toTableOfContents.John MacFarlane
2022-11-04Change default background color of PDFs generated via HTML (#8422)Marcin Serwin
2022-11-04clarify font selection for pdf -t ms (#8421)nbehrnd