aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-01-10Chunks: remove unused imports.chunkedhtmlJohn MacFarlane
2023-01-10T.P.Chunks: remove Ord instances for SecInfo, Chunk, ChunkedDoc.John MacFarlane
2023-01-10Add ChunkedHTML writer.John MacFarlane
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2023-01-05isURI: don't require non-ASCII characters to be escaped.John MacFarlane
2023-01-04Use `\toprule\noalign{}` instead of `\toprule()` in LaTeX tables.John MacFarlane
2022-12-28Man writer: use UTF-8 by default for non-ascii characters.John MacFarlane
2022-12-22Support "software" type in biblatex <-> CSL conversions.John MacFarlane
2022-12-22Make sure "version" field comes through in biblatex.John MacFarlane
2022-12-20T.P.Scripting: Refactor the scripting engine.John MacFarlane
2022-12-20T.P.Format: Monoid, Semigroup instance for ExtensionsConfig.John MacFarlane
2022-12-20Shared: use LineBreak as default block sep in blocksToInlinesAlbert Krewinkel
2022-12-20Markdown writer: avoid HTML fallbacks in the generated TOC.Albert Krewinkel
2022-12-18Add Wrapper type documentation to Text.Pandoc.Templates (#8490)William Rusnack
2022-12-18ConTeXt writer: support syntax highlighting for code.Albert Krewinkel
2022-12-17ConTeXt writer: always use `\type` for inline codeAlbert Krewinkel
2022-12-16Format: add function `diffExtensions`.Albert Krewinkel
2022-12-16Format: use simpler structure for ExtensionsDiff.Albert Krewinkel
2022-12-16Extensions: add new function `disableExtensions`.Albert Krewinkel
2022-12-16ConTeXt writer: fix previous commit for some unlisted sectionsAlbert Krewinkel
2022-12-16ConTeXt writer: add support for unlisted, unnumbered headingsAlbert Krewinkel
2022-12-15Textile reader: handle empty paragraphs.John MacFarlane
2022-12-14T.P.App.OutputSettings: remove unused record field `outputWriterName`Albert Krewinkel
2022-12-14T.P.App: cleanup code, extract internal functionsAlbert Krewinkel
2022-12-14T.P.App: unify check for standalone outputAlbert Krewinkel
2022-12-11Docx reader: fix handling of oMathPara in w:p with other content.John MacFarlane
2022-12-08Shared: change defaultBlocksSeparator to PARAGRAPH SEPARATORAlbert Krewinkel
2022-12-05Lua: support `-D` CLI option for custom writers [API change]Albert Krewinkel
2022-12-04Fix metadata parsing corner case.John MacFarlane
2022-12-04HTML writer: remove obsolete stuff about mathml-script.John MacFarlane
2022-12-04HTML writer: include math links if there are raw...John MacFarlane
2022-12-04EPUB writer: make title page optional.John MacFarlane
2022-12-02Avoid using 'error' for unassigned table cells.John MacFarlane
2022-12-01Multiple input files with --file-scope:John MacFarlane
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-25LaTeX reader: Add `unnumbered` class for `\part*`.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-11Markdown writer: escape `!` before `[`.John MacFarlane