aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-05-14Docx writer: fix alignment for cells.Albert Krewinkel1-14/+20
2021-05-14Docx writer: allow multirow table headersAlbert Krewinkel1-17/+25
2021-05-14HTML reader: don't fail on unmatched closing "script" tag.Albert Krewinkel1-7/+9
2021-05-13Implement curly-brace syntax for Markdown citation keys.John MacFarlane4-14/+27
2021-05-12Plain writer: handle superscript unicode minus.John MacFarlane1-0/+1
2021-05-12Hande 'annote' field in bibtex/biblatex writer.John MacFarlane1-0/+2
2021-05-12Fix source position reporting for YAML bibliographies.John MacFarlane2-4/+6
2021-05-11Improve integration of settings from reference.docx.John MacFarlane1-13/+14
2021-05-11T.P.XML.Light - add Eq, Ord instances...John MacFarlane1-4/+4
2021-05-11LaTeX writer: better handling of line breaks in simple tables.John MacFarlane1-3/+1
2021-05-10epub Writer: Fix belongs-to-collection XML id choice (#7267)nuew1-3/+3
2021-05-09RST reader: seek include files in the directory...John MacFarlane1-1/+3
2021-05-09Org reader: Resolve org includes relative to ...John MacFarlane2-2/+5
2021-05-09RST reader: use `insertIncludedFile` from T.P.Parsing...John MacFarlane1-58/+36
2021-05-09T.P.Parsing: improve include file functions.John MacFarlane3-33/+34
2021-05-09Change reader types, allowing better tracking of source positions.John MacFarlane43-615/+1021
2021-05-07ConTeXt writer: support blank lines in line blocks.Albert Krewinkel1-2/+6
2021-05-05App: allow tabs expansion even if file-scope is usedAlbert Krewinkel1-7/+11
2021-05-01Docx writer: support colspans and rowspans in tablesAlbert Krewinkel3-70/+140
2021-05-01Add new internal module Text.Pandoc.Writers.GridTableAlbert Krewinkel1-0/+157
2021-04-30Org writer: inline latex envs need newlines (#7259)tecosaur1-0/+2
2021-04-29Docx reader: add handling of vml image objects (jgm#4735) (#7257)mbrackeantidot1-2/+9
2021-04-29Further improvements in smart quotes.John MacFarlane1-2/+2
2021-04-28Smarter smart quotes.John MacFarlane4-63/+41
2021-04-28JATS writer: use either styled-content or named-content for spans.Albert Krewinkel1-10/+26
2021-04-27Docx writer: autoset table width if no column has an explicit width.Albert Krewinkel1-7/+11
2021-04-25Minor code reformatting.John MacFarlane1-1/+2
2021-04-25Writers: Recognize custom syntax definitions (#7241)Jan Tojnar5-23/+28
2021-04-25Markdown writer: Cleaner (code)blocks with single class (#7242)Jan Tojnar1-2/+8
2021-04-25Add quotes properly in markdown YAML metadata fields.John MacFarlane1-6/+5
2021-04-20Docx writer: add missing fileAlbert Krewinkel1-0/+181
2021-04-20Docx writer: extract Table handling into separate moduleAlbert Krewinkel2-221/+119
2021-04-19Issue error message when reader or writer format is malformed.John MacFarlane2-6/+6
2021-04-18Use MetaInlines not MetaBlocks for multimarkdown metadata fields.John MacFarlane1-1/+1
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