aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-04-17Update to released unicode-collation, latest citeproc dev version.John MacFarlane13-13/+13
2021-04-17Use document's lang for the lang parameter of citeproc...John MacFarlane1-2/+1
2021-04-17Remove Text.Pandoc.BCP47 module.John MacFarlane19-293/+198
2021-04-17Move getLang from BCP47 -> T.P.Writers.Shared.John MacFarlane5-74/+76
2021-04-16JATS writer: reduce unnecessary use of <p> elements for wrappingAlbert Krewinkel3-16/+47
2021-04-10JATS writer: convert spans to <named-content> elementsAlbert Krewinkel1-6/+7
2021-04-10JATS writer: add footnote number as label in backmatterAlbert Krewinkel1-0/+1
2021-04-08Fix regression in grid tables for wide characters.John MacFarlane1-5/+13
2021-04-08Lua filter: respect Inlines/Blocks filter functions in pandoc.walk_*Albert Krewinkel2-3/+10
2021-04-05Commonmark writer: Use backslash escapes for `<` and `|`...John MacFarlane1-1/+11
2021-04-05SelfContained: remove unneeded imports.John MacFarlane1-2/+0
2021-04-05JATS writer: escape disallows chars in identifiersAlbert Krewinkel4-19/+47
2021-04-05SelfContained: use application/octet-stream for unknown mime types...John MacFarlane1-5/+4
2021-04-02Fix "phrase" in DocBook: take classes from "role" not "class".John MacFarlane1-1/+1
2021-04-01Org writer: Use LaTeX style maths deliminators (#7196)tecosaur1-2/+2
2021-03-31Treat tabs as spaces in ODT Reader. (#7185)niszet1-1/+7
2021-03-29Powerpoint writer: allow monofont to be specified in metadata...John MacFarlane2-6/+19
2021-03-24Fix DocBook reader mathml regression...John MacFarlane2-4/+7
2021-03-21Simplify T.P.Asciify and export toAsciiText [API change].John MacFarlane3-395/+18
2021-03-20Support `yaml_metadata_block` extension form commonmark, gfm.John MacFarlane3-1/+34
2021-03-20Move yamlMetaBlock from Markdown reader to T.P.Readers.Metadata.John MacFarlane2-22/+22
2021-03-20Markdown reader: export `yamlMetaBlock`.John MacFarlane1-17/+23
2021-03-20Text.Pandoc.Parsing: remove F type synonym.John MacFarlane5-9/+9
2021-03-20T.P.Readers.Metadata: made `yamlBsToMeta`, `yamlBsToRefs` polymorphic...John MacFarlane1-15/+15
2021-03-20RST writer: use NonEmpty for init, last.John MacFarlane1-8/+12
2021-03-20Include Header.Attr.attributes as XML attributes on sectionErik Rask1-2/+45
2021-03-20T.P.Shared: remove `backslashEscapes`, `escapeStringUsing`.John MacFarlane8-47/+77
2021-03-19Fix fallback to default partials on templates.John MacFarlane1-0/+4
2021-03-19Hlint suggestion.John MacFarlane1-2/+3
2021-03-19T.P.Shared: Remove ToString, ToText typeclasses [API change].John MacFarlane2-24/+4
2021-03-19Protect partial uses of maximum with NonEmpty.John MacFarlane21-86/+108
2021-03-19Use NonEmpty instead of minimumDef.John MacFarlane4-8/+9
2021-03-19Docx reader: Don't reimplement NonEmpty.John MacFarlane1-5/+1
2021-03-18Use minimumDef instead of minimum (partial function).John MacFarlane4-9/+8
2021-03-18Require safe >= 0.3.18 and remove cpp.John MacFarlane1-5/+0
2021-03-18Rewrite a foldl1 as a foldl'.John MacFarlane1-1/+5
2021-03-18Remove another foldr1 partial function use.John MacFarlane1-5/+6
2021-03-18T.P.Readers.Odt.StyleReader: rewrite foldr1 use as foldr.John MacFarlane1-5/+6
2021-03-17Docx writer: make nsid in abstractNum deterministic.John MacFarlane1-6/+4
2021-03-17Fix regression with `tex_math_backslash` in Markdown reader.John MacFarlane1-1/+1
2021-03-16Removed unused LANGUAGE pragmas.John MacFarlane2-2/+0
2021-03-15Remove an unneeded importJohn MacFarlane1-1/+0
2021-03-15Use foldl' instead of foldl everywhere.John MacFarlane16-29/+34
2021-03-14Handle 'nocite' better with --biblatex and --natbib.John MacFarlane1-2/+10
2021-03-13T.P.App.FormatHeuristics: shorten code, improve docs.Albert Krewinkel1-7/+13
2021-03-13MediaWiki reader: Allow block-level content in notes (ref).John MacFarlane1-1/+9
2021-03-13Use integral values for w:tblW in docx.John MacFarlane1-1/+1
2021-03-13Jira reader: mark divs created from panels with class "panel".Albert Krewinkel1-2/+2
2021-03-13Jira writer: improve div/panel handlingAlbert Krewinkel1-11/+28
2021-03-12Citeproc: apply fixLinks correctly.John MacFarlane1-5/+5