aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-08-03FB2 writer: fix handling of non-section Divs.John MacFarlane
2022-08-03Deprecate deLink.John MacFarlane
2022-08-03HTML reader: allow sublists that are not marked as items.Albert Krewinkel
2022-08-03Org reader: add missing `/` to Windows file URI; fixes prev commitAlbert Krewinkel
2022-08-02fillMediaBag: Keep attributes of original image on SpanAlbert Krewinkel
2022-08-02Org reader: recognize absolute paths on WindowsAlbert Krewinkel
2022-08-01Markdown reader: allow special span classes in any positionAlbert Krewinkel
2022-08-01Markdown reader: allow more attributes in special spansAlbert Krewinkel
2022-07-30Support rowspans and colspans in grid tables (#8202)Albert Krewinkel
2022-07-28MediaWiki reader: allow HTML comment after row start.John MacFarlane
2022-07-28DokuWiki reader: support latex plugin and math.John MacFarlane
2022-07-28Populate mediabag after filters have run. (#8114)Albert Krewinkel
2022-07-26EPUB writer: allow choice of math method for v3.John MacFarlane
2022-07-25HTML writer: Allow "spanlike" classes to be combined.John MacFarlane
2022-07-23--self-contained: Handle `url()` in style elements.John MacFarlane
2022-07-18Unescape characters in `\lstinline` inside `\passthrough`.John MacFarlane
2022-07-18Parsing.GridTable: remove use of unsafe function `last`Albert Krewinkel
2022-07-16RST writer: Fix missing spaces with nested inlines.John MacFarlane
2022-07-15Lua: extend pandoc.system module. (#8184)Albert Krewinkel
2022-07-12Lua: add fields `pandoc.readers` and `pandoc.writers`. (#8177)Albert Krewinkel
2022-07-12RST writer: always escape literal backslash.John MacFarlane
2022-07-11Fix roff ms syntax highlighting definitions.John MacFarlane
2022-07-07RTF reader: support `\nosupersub`.John MacFarlane
2022-07-06Use `formatCode` from #7525 in HTML and MediaWiki (#8162)Elliot Bobrow
2022-07-04Ensure that Nulls are ignored in creating slide shows.John MacFarlane
2022-06-24PDF: use sha1 hash of filename when converting svg.John MacFarlane
2022-06-23Lua: ensure that tables marshaled via JSON arrays behave like Lists.Albert Krewinkel
2022-06-23Remove extra soft break for tasklist (#8142)black-desk
2022-06-22Ensure that metadata values w/o trailing newlines are...John MacFarlane
2022-06-21ConTeXt writer: support complex table structures. (#8116)Albert Krewinkel
2022-06-21Update fonts MIME following IANA recommendation (#8127)Gabriel Lewertowski
2022-06-20LaTeX: Handle formatted text inside code inline (#8129)Elliot Bobrow
2022-06-19Future compat against liftA2 export from Prelude (#8132)Georgi Lyubenov
2022-06-19Org reader: Fix Post / Pre mixup when setting emphasis chars (#8134)Amir Dekel
2022-06-19Lua: do not reset foreign encoding before running LuaAlbert Krewinkel
2022-06-15Use dev version of citeproc.John MacFarlane
2022-06-14add `--embed-resources` flag (#8121)Elliot Bobrow
2022-06-13LaTeX reader: improve mathEnvWith.John MacFarlane
2022-06-10LaTeX writer: Extend list of book documentclasses (#8053)Wentao Han
2022-06-10Allow placing custom readers and writers in data subdir (#8112)Albert Krewinkel
2022-06-10TikiWiki: support underlined textAlbert Krewinkel
2022-06-09Lua: use only old ByteString functions.Albert Krewinkel
2022-06-08Lua: Simplify module loading code.Albert Krewinkel
2022-06-08org reader: recognize {webp,jxl} files as imagesYI
2022-06-06Lua: add function pandoc.mediabag.fill (#8104)Albert Krewinkel
2022-06-06ConTeXt writer: use "sectionlevel" environment for headings (#8106)Albert Krewinkel
2022-06-04ConTeXt writer: unify link handling (#8096)Albert Krewinkel
2022-06-05Docx writer: prevent crashing when handling invalid tablesAlbert Krewinkel
2022-06-02makeSections: don't make a section for a div with class "fragments".John MacFarlane
2022-06-02HTML writer: fix bug with `--number-offset`.John MacFarlane