aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc
AgeCommit message (Expand)Author
2021-05-09Org reader: Resolve org includes relative to ...sourcesJohn MacFarlane
2021-05-09RST reader: use `insertIncludedFile` from T.P.Parsing...John MacFarlane
2021-05-09T.P.Parsing: improve include file functions.John MacFarlane
2021-05-09Change reader types, allowing better tracking of source positions.John MacFarlane
2021-04-30Org writer: inline latex envs need newlines (#7259)tecosaur
2021-04-29Docx reader: add handling of vml image objects (jgm#4735) (#7257)mbrackeantidot
2021-04-29Further improvements in smart quotes.John MacFarlane
2021-04-28Smarter smart quotes.John MacFarlane
2021-04-28JATS writer: use either styled-content or named-content for spans.Albert Krewinkel
2021-04-27Docx writer: autoset table width if no column has an explicit width.Albert Krewinkel
2021-04-25Minor code reformatting.John MacFarlane
2021-04-25Writers: Recognize custom syntax definitions (#7241)Jan Tojnar
2021-04-25Markdown writer: Cleaner (code)blocks with single class (#7242)Jan Tojnar
2021-04-25Add quotes properly in markdown YAML metadata fields.John MacFarlane
2021-04-20Docx writer: add missing fileAlbert Krewinkel
2021-04-20Docx writer: extract Table handling into separate moduleAlbert Krewinkel
2021-04-19Issue error message when reader or writer format is malformed.John MacFarlane
2021-04-18Use MetaInlines not MetaBlocks for multimarkdown metadata fields.John MacFarlane
2021-04-17Update to released unicode-collation, latest citeproc dev version.John MacFarlane
2021-04-17Use document's lang for the lang parameter of citeproc...John MacFarlane
2021-04-17Remove Text.Pandoc.BCP47 module.John MacFarlane
2021-04-17Move getLang from BCP47 -> T.P.Writers.Shared.John MacFarlane
2021-04-16JATS writer: reduce unnecessary use of <p> elements for wrappingAlbert Krewinkel
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