aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
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-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-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-06Fix warnings.John MacFarlane
2022-11-06EPUB writer: refactor createChaptersAndRefTable.John MacFarlane
2022-11-06T.P.Writers.Shared: refactor toTableOfContents.John MacFarlane
2022-11-02EPUB writer: add includeTitlePage param to createNavEntry.John MacFarlane
2022-11-02EPUB writer: Simplify params for createNavEntry.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-27T.P.Writers.Shared `toTableOfContents`: handle nested Divs better.John MacFarlane
2022-10-26ICML writer: use Contents element for images with raw data...John MacFarlane
2022-10-24Rename T.P.Writers.Docbook -> T.P.Writers.DocBook.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-19Text.Pandoc.Shared: remove `ordNub` [API change].John MacFarlane
2022-10-19Text.Pandoc.Shared: remove `elemText`, `notElemText`. [API change]John MacFarlane
2022-10-19Split Text.Pandoc.Version from Text.Pandoc.Shared.John MacFarlane
2022-10-18T.P.Shared: remove `escapeURI`, `isURI`.John MacFarlane
2022-10-18Revert "MediaWiki writer: avoid extra section divs with repeated ids."John MacFarlane
2022-10-17MediaWiki writer: avoid extra section divs with repeated ids.John MacFarlane
2022-10-16T.P.Parsing: Remove gratuitious renaming of Parsec types.John MacFarlane
2022-10-16RST writer: improve inline escaping rules.John MacFarlane
2022-10-15Minor code cleanups.John MacFarlane
2022-10-10Simplify some citation code in LaTeX writer.John MacFarlane
2022-10-09HTML writer; Properly merge classes for headings of level > 6.John MacFarlane
2022-10-06LaTeX writer: add separator line between table's body and its foot.Albert Krewinkel
2022-10-05HTML writer: replace deprecated aria roles for bibliography entries.John MacFarlane
2022-10-03Rename T.P.Network.HTTP -> T.P.URI.John MacFarlane
2022-10-03Separate out T.P.Data, T.P.Translations from T.P.Class. (#8348)John MacFarlane
2022-10-02Officially deprecate writeJATS...John MacFarlane
2022-10-01JATS writer: use `<break/>` for LineBreak...John MacFarlane
2022-09-30[API Change] Remove modules T.P.Writers.Custom and T.P.Readers.Custom.Albert Krewinkel
2022-09-30[API Change] Rename `pandocVersion` to `pandocVersionText`...Albert Krewinkel
2022-09-29Add `--list-tables` option.John MacFarlane
2022-09-29rST writer: list tables rendering, closes #4564danse
2022-09-29LaTeX writer: use `\includesvg` for SVGs...John MacFarlane
2022-09-28HTML writer: prevent `<a>` inside `<a>`.John MacFarlane
2022-09-27Fix small whitespace things.John MacFarlane