Age | Commit message (Expand) | Author | Files | Lines |
2021-05-11 | LaTeX writer: better handling of line breaks in simple tables. | John MacFarlane | 1 | -3/+1 |
2021-05-10 | epub Writer: Fix belongs-to-collection XML id choice (#7267) | nuew | 1 | -3/+3 |
2021-05-09 | RST reader: seek include files in the directory... | John MacFarlane | 1 | -1/+3 |
2021-05-09 | Org reader: Resolve org includes relative to ... | John MacFarlane | 2 | -2/+5 |
2021-05-09 | RST reader: use `insertIncludedFile` from T.P.Parsing... | John MacFarlane | 1 | -58/+36 |
2021-05-09 | T.P.Parsing: improve include file functions. | John MacFarlane | 3 | -33/+34 |
2021-05-09 | Change reader types, allowing better tracking of source positions. | John MacFarlane | 43 | -615/+1021 |
2021-05-07 | ConTeXt writer: support blank lines in line blocks. | Albert Krewinkel | 1 | -2/+6 |
2021-05-05 | App: allow tabs expansion even if file-scope is used | Albert Krewinkel | 1 | -7/+11 |
2021-05-01 | Docx writer: support colspans and rowspans in tables | Albert Krewinkel | 3 | -70/+140 |
2021-05-01 | Add new internal module Text.Pandoc.Writers.GridTable | Albert Krewinkel | 1 | -0/+157 |
2021-04-30 | Org writer: inline latex envs need newlines (#7259) | tecosaur | 1 | -0/+2 |
2021-04-29 | Docx reader: add handling of vml image objects (jgm#4735) (#7257) | mbrackeantidot | 1 | -2/+9 |
2021-04-29 | Further improvements in smart quotes. | John MacFarlane | 1 | -2/+2 |
2021-04-28 | Smarter smart quotes. | John MacFarlane | 4 | -63/+41 |
2021-04-28 | JATS writer: use either styled-content or named-content for spans. | Albert Krewinkel | 1 | -10/+26 |
2021-04-27 | Docx writer: autoset table width if no column has an explicit width. | Albert Krewinkel | 1 | -7/+11 |
2021-04-25 | Minor code reformatting. | John MacFarlane | 1 | -1/+2 |
2021-04-25 | Writers: Recognize custom syntax definitions (#7241) | Jan Tojnar | 5 | -23/+28 |
2021-04-25 | Markdown writer: Cleaner (code)blocks with single class (#7242) | Jan Tojnar | 1 | -2/+8 |
2021-04-25 | Add quotes properly in markdown YAML metadata fields. | John MacFarlane | 1 | -6/+5 |
2021-04-20 | Docx writer: add missing file | Albert Krewinkel | 1 | -0/+181 |
2021-04-20 | Docx writer: extract Table handling into separate module | Albert Krewinkel | 2 | -221/+119 |
2021-04-19 | Issue error message when reader or writer format is malformed. | John MacFarlane | 2 | -6/+6 |
2021-04-18 | Use MetaInlines not MetaBlocks for multimarkdown metadata fields. | John MacFarlane | 1 | -1/+1 |
2021-04-17 | Update to released unicode-collation, latest citeproc dev version. | John MacFarlane | 13 | -13/+13 |
2021-04-17 | Use document's lang for the lang parameter of citeproc... | John MacFarlane | 1 | -2/+1 |
2021-04-17 | Remove Text.Pandoc.BCP47 module. | John MacFarlane | 19 | -293/+198 |
2021-04-17 | Move getLang from BCP47 -> T.P.Writers.Shared. | John MacFarlane | 5 | -74/+76 |
2021-04-16 | JATS writer: reduce unnecessary use of <p> elements for wrapping | Albert Krewinkel | 3 | -16/+47 |
2021-04-10 | JATS writer: convert spans to <named-content> elements | Albert Krewinkel | 1 | -6/+7 |
2021-04-10 | JATS writer: add footnote number as label in backmatter | Albert Krewinkel | 1 | -0/+1 |
2021-04-08 | Fix regression in grid tables for wide characters. | John MacFarlane | 1 | -5/+13 |
2021-04-08 | Lua filter: respect Inlines/Blocks filter functions in pandoc.walk_* | Albert Krewinkel | 2 | -3/+10 |
2021-04-05 | Commonmark writer: Use backslash escapes for `<` and `|`... | John MacFarlane | 1 | -1/+11 |
2021-04-05 | SelfContained: remove unneeded imports. | John MacFarlane | 1 | -2/+0 |
2021-04-05 | JATS writer: escape disallows chars in identifiers | Albert Krewinkel | 4 | -19/+47 |
2021-04-05 | SelfContained: use application/octet-stream for unknown mime types... | John MacFarlane | 1 | -5/+4 |
2021-04-02 | Fix "phrase" in DocBook: take classes from "role" not "class". | John MacFarlane | 1 | -1/+1 |
2021-04-01 | Org writer: Use LaTeX style maths deliminators (#7196) | tecosaur | 1 | -2/+2 |
2021-03-31 | Treat tabs as spaces in ODT Reader. (#7185) | niszet | 1 | -1/+7 |
2021-03-29 | Powerpoint writer: allow monofont to be specified in metadata... | John MacFarlane | 2 | -6/+19 |
2021-03-24 | Fix DocBook reader mathml regression... | John MacFarlane | 2 | -4/+7 |
2021-03-21 | Simplify T.P.Asciify and export toAsciiText [API change]. | John MacFarlane | 3 | -395/+18 |
2021-03-20 | Support `yaml_metadata_block` extension form commonmark, gfm. | John MacFarlane | 3 | -1/+34 |
2021-03-20 | Move yamlMetaBlock from Markdown reader to T.P.Readers.Metadata. | John MacFarlane | 2 | -22/+22 |
2021-03-20 | Markdown reader: export `yamlMetaBlock`. | John MacFarlane | 1 | -17/+23 |
2021-03-20 | Text.Pandoc.Parsing: remove F type synonym. | John MacFarlane | 5 | -9/+9 |
2021-03-20 | T.P.Readers.Metadata: made `yamlBsToMeta`, `yamlBsToRefs` polymorphic... | John MacFarlane | 1 | -15/+15 |
2021-03-20 | RST writer: use NonEmpty for init, last. | John MacFarlane | 1 | -8/+12 |