aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-04-15Markdown reader: fix regression with -@citekey.issue7219John MacFarlane
2021-04-10JATS writer: convert spans to <named-content> elementsAlbert Krewinkel
2021-04-10JATS writer: add footnote number as label in backmatterAlbert Krewinkel
2021-04-08Fix regression in grid tables for wide characters.John MacFarlane
2021-04-08Lua filter: respect Inlines/Blocks filter functions in pandoc.walk_*Albert Krewinkel
2021-04-05Commonmark writer: Use backslash escapes for `<` and `|`...John MacFarlane
2021-04-05SelfContained: remove unneeded imports.John MacFarlane
2021-04-05JATS writer: escape disallows chars in identifiersAlbert Krewinkel
2021-04-05SelfContained: use application/octet-stream for unknown mime types...John MacFarlane
2021-04-02Fix "phrase" in DocBook: take classes from "role" not "class".John MacFarlane
2021-04-01Org writer: Use LaTeX style maths deliminators (#7196)tecosaur
2021-03-31Treat tabs as spaces in ODT Reader. (#7185)niszet
2021-03-29Powerpoint writer: allow monofont to be specified in metadata...John MacFarlane
2021-03-24Fix DocBook reader mathml regression...John MacFarlane
2021-03-21Simplify T.P.Asciify and export toAsciiText [API change].John MacFarlane
2021-03-20Support `yaml_metadata_block` extension form commonmark, gfm.John MacFarlane
2021-03-20Move yamlMetaBlock from Markdown reader to T.P.Readers.Metadata.John MacFarlane
2021-03-20Markdown reader: export `yamlMetaBlock`.John MacFarlane
2021-03-20Text.Pandoc.Parsing: remove F type synonym.John MacFarlane
2021-03-20T.P.Readers.Metadata: made `yamlBsToMeta`, `yamlBsToRefs` polymorphic...John MacFarlane
2021-03-20RST writer: use NonEmpty for init, last.John MacFarlane
2021-03-20Include Header.Attr.attributes as XML attributes on sectionErik Rask
2021-03-20T.P.Shared: remove `backslashEscapes`, `escapeStringUsing`.John MacFarlane
2021-03-19Fix fallback to default partials on templates.John MacFarlane
2021-03-19Hlint suggestion.John MacFarlane
2021-03-19T.P.Shared: Remove ToString, ToText typeclasses [API change].John MacFarlane
2021-03-19Protect partial uses of maximum with NonEmpty.John MacFarlane
2021-03-19Use NonEmpty instead of minimumDef.John MacFarlane
2021-03-19Docx reader: Don't reimplement NonEmpty.John MacFarlane
2021-03-18Use minimumDef instead of minimum (partial function).John MacFarlane
2021-03-18Require safe >= 0.3.18 and remove cpp.John MacFarlane
2021-03-18Rewrite a foldl1 as a foldl'.John MacFarlane
2021-03-18Remove another foldr1 partial function use.John MacFarlane
2021-03-18T.P.Readers.Odt.StyleReader: rewrite foldr1 use as foldr.John MacFarlane
2021-03-17Docx writer: make nsid in abstractNum deterministic.John MacFarlane
2021-03-17Fix regression with `tex_math_backslash` in Markdown reader.John MacFarlane
2021-03-16Removed unused LANGUAGE pragmas.John MacFarlane
2021-03-15Remove an unneeded importJohn MacFarlane
2021-03-15Use foldl' instead of foldl everywhere.John MacFarlane
2021-03-14Handle 'nocite' better with --biblatex and --natbib.John MacFarlane
2021-03-13T.P.App.FormatHeuristics: shorten code, improve docs.Albert Krewinkel
2021-03-13MediaWiki reader: Allow block-level content in notes (ref).John MacFarlane
2021-03-13Use integral values for w:tblW in docx.John MacFarlane
2021-03-13Jira reader: mark divs created from panels with class "panel".Albert Krewinkel
2021-03-13Jira writer: improve div/panel handlingAlbert Krewinkel
2021-03-12Citeproc: apply fixLinks correctly.John MacFarlane
2021-03-12Simplify compactDL.John MacFarlane
2021-03-10HTML writer: Add warnings on duplicate attribute values.John MacFarlane
2021-03-09RST reader: fix logic for ending comments.John MacFarlane
2021-03-09Org writer: fix operator precedence mistake in previous commitAlbert Krewinkel