aboutsummaryrefslogtreecommitdiff
path: root/src/Text
AgeCommit message (Expand)Author
2021-01-02LaTeX reader: put contents of unknown environments in a Div...John MacFarlane
2021-01-02LaTeX writer: revert table line height increase in 2.11.3.John MacFarlane
2021-01-01Org reader: restructure output of captioned code blocksAlbert Krewinkel
2020-12-30Mediawiki reader: allow space around storng/emph delimiters.John MacFarlane
2020-12-30Undo the "Use fromRight" hlint hint.John MacFarlane
2020-12-30Hlint fixesJohn MacFarlane
2020-12-30Ms writer: don't justify inside table cells.John MacFarlane
2020-12-29Improve fix to #6983.John MacFarlane
2020-12-28Docx writer: fix nested tables with captions.John MacFarlane
2020-12-28HTML reader: use renderTags' from Text.Pandoc.Shared.Albert Krewinkel
2020-12-27Use meta-description instead of description in templates.John MacFarlane
2020-12-27Add support for writing nested tables to asciidoc (#6972)timo-a
2020-12-27Powerpoint writer: allow arbitrary OOXML in raw inline elementsAlbert Krewinkel
2020-12-24Citeproc: fix handling of empty URL variables (`DOI`, etc.).John MacFarlane
2020-12-20HTML writer: don't include p tags in CSL bibliography entries.John MacFarlane
2020-12-20LaTeX writer: support colspans and rowspans in tables. (#6950)Albert Krewinkel
2020-12-16Fix citeproc regression with duplicate references.John MacFarlane
2020-12-16Support Lua marshalling of doctemplates BoolVal.John MacFarlane
2020-12-15Properly handle boolean values in writing YAML metadata.John MacFarlane
2020-12-15Use fetchItem to get external bibliography.John MacFarlane
2020-12-15Allow both inline and external references to be usedJohn MacFarlane
2020-12-14ImageSize: use exif width and height when available.John MacFarlane
2020-12-13RST writer: better image handling.John MacFarlane
2020-12-13Merge pull request #6941 from tarleb/docx-rawJohn MacFarlane
2020-12-13ImageSize: use JuicyPixels to extract size...John MacFarlane
2020-12-13ImageSize: use JuicyPixels to determine png size.John MacFarlane
2020-12-13Docx writer: keep raw openxml strings verbatim.Albert Krewinkel
2020-12-13Docx writer: use Content instead of Element.Albert Krewinkel
2020-12-12Merge pull request #6946 from mb21/icml-image-fitJohn MacFarlane
2020-12-12LaTeX writer: extract table handling into separate module.Albert Krewinkel
2020-12-12ICML writer: fix image bounding box for custom widths/heightsmb21
2020-12-10HTML reader: pay attention to lang attributes on body.John MacFarlane
2020-12-10HTML reader: retain attribute prefixes and avoid duplicates.John MacFarlane
2020-12-10Add sourcepos extension for commonmarkeJohn MacFarlane
2020-12-10Commonmark reader: refactor specFor, set input name to "".John MacFarlane
2020-12-07Parsing: Small code improvements.John MacFarlane
2020-12-07Parsing: More minor performance improvements.John MacFarlane
2020-12-07Small efficiency improvement in uri parserJohn MacFarlane
2020-12-07Bibtex parser: avoid noneOf.John MacFarlane
2020-12-07Parsing: in nonspaceChar use satisfy instead of oneOf.John MacFarlane
2020-12-07Dokuwiki reader: handle unknown interwiki links better.John MacFarlane
2020-12-07Merge pull request #6922 from jtojnar/db-writer-admonitionsJohn MacFarlane
2020-12-07Docbook writer: Handle admonition titles from Markdown readerJan Tojnar
2020-12-07Docbook writer: Use correct id attribute consistentlyJan Tojnar
2020-12-07Docbook writer: handle admonitionsJan Tojnar
2020-12-05Org reader: preserve targets of spurious linksAlbert Krewinkel
2020-12-05OpenDocument writer: Allow references for internal links (#6774)Nils Carlson
2020-12-05LaTeX reader: don't apply theorem default styling to a figure inside.John MacFarlane
2020-12-04Docbook writer: add XML namespaces to top-level elements (#6923)Jan Tojnar
2020-12-04Markdown writer: ensure that a new csl-block begins on a new line.John MacFarlane