aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-10-22Org reader: allow an initial :PROPERTIES: drawer to add to metadata.John MacFarlane1-2/+10
2021-10-22Use simpleFigure in Readers.Aner Lucero25-110/+93
2021-10-22Lua: marshal Version values as userdataAlbert Krewinkel6-125/+12
2021-10-22Lua: marshal Inline elements as userdataAlbert Krewinkel2-63/+345
2021-10-22Lua: marshal Attr values as userdataAlbert Krewinkel4-14/+233
2021-10-22Lua: marshal Pandoc values as userdataAlbert Krewinkel2-11/+36
2021-10-22Switch to hslua-2.0Albert Krewinkel24-1187/+1095
2021-10-21Move splitStrWhen to T.P.Citeproc.Util.John MacFarlane3-23/+15
2021-10-21SelfContained: fix bug that caused everything to be made a data uri.John MacFarlane1-12/+12
2021-10-20Markdown reader: don't parse links or bracketed spans as citations.John MacFarlane1-2/+4
2021-10-19FormatHeuristics: remove `.tei.xml` extension for TEI.John MacFarlane1-1/+0
2021-10-18Docx reader: fix handling of empty fieldsMilan Bracke1-0/+4
2021-10-18Docx parser: implement PAGEREF fieldsMilan Bracke2-0/+26
2021-10-18Docx reader: fix handling of nested fieldsMilan Bracke2-115/+150
2021-10-17pptx: Line up continuation paragraphsEmily Bourke2-10/+93
2021-10-17pptx: Remove outdated commentEmily Bourke1-3/+0
2021-10-17pptx: Fix list level numberingEmily Bourke1-14/+17
2021-10-14asciidoc writer: translate numberLines attribute to linesnum switchSamuel Tardieu1-2/+5
2021-10-14DocBook reader: honor linenumbering attributeSamuel Tardieu1-0/+1
2021-10-14Remove redundant $Samuel Tardieu1-1/+1
2021-10-13Fix markdown parsing bug for math in bracketed spans and links.John MacFarlane1-0/+1
2021-10-12Revert "Depend on pandoc-types 1.23, remove Null constructor on Block."John MacFarlane30-1/+39
2021-10-11T.P.Writers.Shared: remove 'breakable'...John MacFarlane1-18/+0
2021-10-11T.P.Writers.Shared: Export splitSentences as a Doc Text transform.John MacFarlane3-16/+61
2021-10-11Remove splitSentences from T.P.Shared [API change].John MacFarlane3-34/+4
2021-10-11Fix warningJohn MacFarlane1-1/+1
2021-10-11LaTeX reader: Implement siunitx v3 commands.John MacFarlane1-1/+5
2021-10-10Avoid blockquote when parent style has more indentMilan Bracke3-53/+66
2021-10-10LaTeX reader: Properly handle `\^` followed by group closing.John MacFarlane1-3/+3
2021-10-10Translations: don't depend on the fact that Aeson Object is...John MacFarlane1-3/+2
2021-10-06Don't prepend `file://` to `--syntax-definition` on Windows.John MacFarlane1-8/+2
2021-10-05Avoid bad wraps in markdown writer at the Doc Text level.John MacFarlane1-22/+23
2021-10-04Powerpoint writer: consolidate text runs when possible.John MacFarlane2-4/+9
2021-10-04Revert "Powerpoint writer: consolidate text run nodes."John MacFarlane1-9/+1
2021-10-04Powerpoint writer: consolidate text run nodes.John MacFarlane1-1/+9
2021-10-01Depend on pandoc-types 1.23, remove Null constructor on Block.John MacFarlane30-39/+1
2021-09-30epub: Add EPUB3 subject metadata (authority/term)nuew1-10/+31
2021-09-30Add `footnotes` to default `gfm` etxensions.John MacFarlane1-0/+1
2021-09-30Docx reader: Add placeholder for word diagramEzwal2-0/+17
2021-09-29EPUB writer: treat epub:type "frontispiece" as front matter.John MacFarlane1-1/+1
2021-09-28Switch from pretty-simple to pretty-show for native output.John MacFarlane1-12/+8
2021-09-27Better implementation of splitStrWhenJohn MacFarlane1-12/+7
2021-09-26RST writer: properly handle anchors to ids...John MacFarlane1-1/+6
2021-09-23BibTeX parser: fix expansion of special strings in series...John MacFarlane1-7/+10
2021-09-23HTML reader: handle empty tbody element in table.John MacFarlane1-5/+8
2021-09-23HTML writer: render `\ref` and `\eqref` as inline math...John MacFarlane1-8/+11
2021-09-22HTML writer: pass through `\ref` and `\eqref`...John MacFarlane1-2/+10
2021-09-22HTML writer: pass through inline math environments with KaTeX.John MacFarlane1-0/+1
2021-09-21Use pretty-simple to format native output.John MacFarlane1-73/+15
2021-09-19LaTeX reader: Recognize that `\vadjust` sometimes takes "pre".John MacFarlane1-0/+7