aboutsummaryrefslogtreecommitdiff
path: root/src/Text
AgeCommit message (Expand)Author
2022-12-06fixup! T.P.Scripting: add CustomComponents, and change...issue8417Albert Krewinkel
2022-12-05T.P.Scripting: add CustomComponents, and change...John MacFarlane
2022-12-05T.P.Format: Monoid, Semigroup instance for ExtensionsConfig.John MacFarlane
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
2022-11-11Use 'literal tag' instead of 'text (T.unpack tag)' in tagWithAttrsWout 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-10Better error when parsing EndNote references fails.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-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-06Fix warnings.John MacFarlane
2022-11-06EPUB writer: refactor createChaptersAndRefTable.John MacFarlane
2022-11-06T.P.Writers.Shared: refactor toTableOfContents.John MacFarlane
2022-11-02Text.Pandoc.App: Change `parseOptionsFromArgs` and `parseOptions`... (#8406)John MacFarlane
2022-11-02EPUB writer: add includeTitlePage param to createNavEntry.John MacFarlane
2022-11-02EPUB writer: Simplify params for createNavEntry.John MacFarlane
2022-11-02ODT reader: handle "section" elements.John MacFarlane
2022-11-02ipynb reader: add cell id to attachment filename...John MacFarlane
2022-10-31Fix import.John MacFarlane
2022-10-31Add explicit imports to fix compiler warnings.John MacFarlane
2022-10-31First stab at mtl 2.3 compliance.John MacFarlane
2022-10-30hlint suggestions.John MacFarlane
2022-10-30hlint suggestions.John MacFarlane
2022-10-29Fix an import warning.John MacFarlane
2022-10-29Use T.P.XML lookupEntity in Jira reader.John MacFarlane