aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
2021-04-27Docx writer: autoset table width if no column has an explicit width.Albert Krewinkel1-7/+11
2021-04-25Writers: Recognize custom syntax definitions (#7241)Jan Tojnar3-17/+21
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-17Update to released unicode-collation, latest citeproc dev version.John MacFarlane7-7/+7
2021-04-17Remove Text.Pandoc.BCP47 module.John MacFarlane9-42/+44
2021-04-17Move getLang from BCP47 -> T.P.Writers.Shared.John MacFarlane2-58/+73
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-05Commonmark writer: Use backslash escapes for `<` and `|`...John MacFarlane1-1/+11
2021-04-05JATS writer: escape disallows chars in identifiersAlbert Krewinkel3-17/+19
2021-04-01Org writer: Use LaTeX style maths deliminators (#7196)tecosaur1-2/+2
2021-03-29Powerpoint writer: allow monofont to be specified in metadata...John MacFarlane2-6/+19
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 MacFarlane7-34/+77
2021-03-19Protect partial uses of maximum with NonEmpty.John MacFarlane15-69/+84
2021-03-19Use NonEmpty instead of minimumDef.John MacFarlane1-2/+3
2021-03-18Use minimumDef instead of minimum (partial function).John MacFarlane1-5/+2
2021-03-17Docx writer: make nsid in abstractNum deterministic.John MacFarlane1-6/+4
2021-03-16Removed unused LANGUAGE pragmas.John MacFarlane1-1/+0
2021-03-15Use foldl' instead of foldl everywhere.John MacFarlane3-8/+8
2021-03-14Handle 'nocite' better with --biblatex and --natbib.John MacFarlane1-2/+10
2021-03-13Use integral values for w:tblW in docx.John MacFarlane1-1/+1
2021-03-13Jira writer: improve div/panel handlingAlbert Krewinkel1-11/+28
2021-03-10HTML writer: Add warnings on duplicate attribute values.John MacFarlane1-18/+23
2021-03-09Org writer: fix operator precedence mistake in previous commitAlbert Krewinkel1-1/+2
2021-03-09Org writer: prevent unintended creation of ordered list itemsAlbert Krewinkel1-4/+7
2021-03-08Jira writer: use noformat instead of code for unknown languages.Albert Krewinkel1-5/+5
2021-03-02Split out T.P.Writers.LaTeX.Util.John MacFarlane2-243/+285
2021-03-02Split out T.P.Writers.LaTeX.Citation.John MacFarlane2-142/+187
2021-03-02Split out T.P.Writers.LaTeX.Lang.John MacFarlane2-180/+203
2021-03-02Split up T.P.Writers.Markdown...John MacFarlane3-591/+688
2021-03-01Jira writer: use Span identifiers as anchorsAlbert Krewinkel1-1/+3
2021-02-28LaTeX writer: use function instead of map for accent lookup.John MacFarlane1-27/+25
2021-02-26Fix/update URLs and use HTTP**S** where possible (#7122)Salim B1-1/+1
2021-02-18LaTeX writer: adjust hypertargets to beginnings of paragraphs.John MacFarlane1-2/+3
2021-02-16Rename Text.Pandoc.XMLParser -> Text.Pandoc.XML.Light...John MacFarlane6-513/+485
2021-02-13Org: support task_lists extensionAlbert Krewinkel1-3/+13
2021-02-11Use getTimestamp instead of getCurrentTime in writers.John MacFarlane4-5/+5
2021-02-10Add new unexported module T.P.XMLParser.John MacFarlane5-24/+42
2021-02-03ePub writer: `belongs-to-collection` metadata (#7063)Nick Berendsen1-41/+58
2021-02-01BibTeX writer: use doclayout and doctemplate.John MacFarlane1-3/+16
2021-01-31CslJson writer: fix compiler warningAlbert Krewinkel1-1/+1
2021-01-30CslJson writer: output `[]` if no references in input,John MacFarlane1-5/+5
2021-01-29Markdown writer: handle math right before digit.John MacFarlane1-1/+5
2021-01-29JATS writer: escape special chars in reference elements.Albert Krewinkel1-3/+6