aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-11-19RST writer: use special `mark` role for Span with class `mark`.markJohn MacFarlane
2022-11-19LaTeX writer: support highlighted text for Span with class `mark`.John MacFarlane
2022-11-19LaTeX writer: Use soul instead of ulem for strikeout, underline.John MacFarlane
2022-11-19Docx writer: render Span with class `mark` as highlighted.John MacFarlane
2022-11-19Markdown writer: support `mark` extension.John MacFarlane
2022-11-19Markdown reader: parse `==..==` if `mark` extension enabled.John MacFarlane
2022-11-19Extensions: Add `Ext_mark` extension.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
2022-10-29Re-export lookupEntity from Text.Pandoc.XML [API change].John MacFarlane
2022-10-29T.P.XML: use lookupEntity from commonmark-hs.John MacFarlane
2022-10-29T.P.Parsing.General: change `characterReference`, `charsInBalanced`.John MacFarlane
2022-10-27Don't fail on inline metadata beginning with newline.John MacFarlane
2022-10-27T.P.Writers.Shared `toTableOfContents`: handle nested Divs better.John MacFarlane
2022-10-27T.P.PDF: fix papersize on PDF generation via ms.John MacFarlane
2022-10-26LaTeX reader: fix TEXINPUTS handling.John MacFarlane
2022-10-26ICML writer: use Contents element for images with raw data...John MacFarlane
2022-10-25Remove type alias WriterProperties.John MacFarlane
2022-10-24Rename T.P.Readers.Odt -> T.P.Readers.ODT.John MacFarlane
2022-10-24Rename T.P.Writers.Docbook -> T.P.Writers.DocBook.John MacFarlane
2022-10-24ODT reader: fix relative links.John MacFarlane
2022-10-24ODT writer: further refinement to #3524.John MacFarlane
2022-10-24ODT writer:John MacFarlane
2022-10-24ODT writer: fix relative links.John MacFarlane
2022-10-21LaTeX reader: parse short table caption.John MacFarlane
2022-10-20Text.Pandoc.Parsing: remove `nested` [API change].John MacFarlane
2022-10-20Add custom extensions.John MacFarlane