aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2022-01-16LaTeX: parse thebibliographyHEADmasterIgor Pashev2-0/+40
2021-12-29LaTeX->HTML: Automatically generate the TOCIgor Pashev1-3/+14
2021-12-29Merge https://github.com/jgm/pandocIgor Pashev130-4498/+7194
2021-12-28Use `splitDirectories` istead of `splitPath`.John MacFarlane2-2/+2
2021-12-28OpenDocument writer: fix vertical align bug with display math.John MacFarlane1-1/+1
2021-12-25Lua: improve handling of empty caption, body by `from_simple_table`Albert Krewinkel1-2/+2
2021-12-22RTF writer: properly handle images in data URIs.John MacFarlane1-2/+3
2021-12-22HTML writer: make line breaks more consistent.John MacFarlane1-60/+59
2021-12-22Add text wrapping to HTML output.John MacFarlane2-49/+197
2021-12-21Lua: simplify code of pandoc.utils.stringifyAlbert Krewinkel1-40/+22
2021-12-21Lua: simplify and deprecate function `pandoc.utils.equals`Albert Krewinkel1-3/+3
2021-12-21Lua: add new library function `pandoc.utils.type`.Albert Krewinkel1-0/+12
2021-12-21Lua: fix return types of `blocks_to_inlines`, `make_sections`Albert Krewinkel1-2/+2
2021-12-20Lua: use more natural representation for Reference valuesAlbert Krewinkel1-6/+12
2021-12-19Custom writer: assign default Pandoc object to global PANDOC_DOCUMENTAlbert Krewinkel1-9/+3
2021-12-19Add a writer for Markua 0.10 (#7729)binaarinen7-70/+217
2021-12-19JATS writer: keep quotes in element-citationsAlbert Krewinkel1-5/+5
2021-12-19Lua: fixup, should have been part of previous commitAlbert Krewinkel1-0/+3
2021-12-18Citeproc: avoid adding comma before an author-in-text citation...John MacFarlane1-8/+14
2021-12-17Lua: add function `pandoc.utils.references`Albert Krewinkel2-0/+115
2021-12-15T.P.Citeproc: do not export getStyle, getCiteprocLang.John MacFarlane1-2/+0
2021-12-14Org writer: use the citation locator list from the org source code...John MacFarlane1-13/+61
2021-12-14Org reader: parse official org-cite citations.John MacFarlane1-39/+160
2021-12-14Markdown writer: avoid extra space before citation suffix...John MacFarlane1-2/+4
2021-12-14Markdown writer: ensure semicolon btw locator and next citation...John MacFarlane1-1/+5
2021-12-14Org reader: remove support for "Berkeley style" citations.John MacFarlane1-145/+42
2021-12-13Org writer: add tests for org-cite citations, and improve support.John MacFarlane1-4/+28
2021-12-13Markdown reader: fix parsing of "bare locators"...John MacFarlane1-1/+1
2021-12-13Citeproc changes:John MacFarlane2-41/+53
2021-12-12Org writer: preliminary support for new org-cite syntax.John MacFarlane1-1/+21
2021-12-11fix(IpynbOutput)!: rank always favors output formatKolen Cheung1-7/+7
2021-12-11Custom reader: ensure old Readers continue to workAlbert Krewinkel2-16/+48
2021-12-11Custom reader: pass list of sources instead of concatenated textAlbert Krewinkel3-6/+55
2021-12-10Switch to released pandoc-lua-marshal-0.1.2Albert Krewinkel1-0/+1
2021-12-09ipynb writer: handle cell output with raw block of markdown (#7563)Kolen Cheung1-0/+2
2021-12-09Lua: update to latest pandoc-lua-marshal (0.1.1)Albert Krewinkel3-423/+26
2021-12-08Ipynb writer: ensure deterministic order of keys.John MacFarlane1-1/+1
2021-12-07Revert "Markdown reader: Improve inlinesInBalancedBrackets."John MacFarlane1-12/+20
2021-12-06Ipynb reader & writer: properly handle cell "id".John MacFarlane2-24/+56
2021-12-06Ms writer: properly encode strings for PDF contents.John MacFarlane1-2/+19
2021-12-05Commonmark writer: allow ')' delimiters on ordered lists.John MacFarlane1-1/+6
2021-12-03Improve Markdown writer escaping.John MacFarlane1-18/+19
2021-11-30Markdown reader: don't allow `^` at beginning of link or image label.John MacFarlane1-2/+1
2021-11-29Lua: remove `pandoc.utils.text` (#7720)Albert Krewinkel1-8/+0
2021-11-28Lua: add constructors `pandoc.Blocks` and `pandoc.Inlines`Albert Krewinkel1-0/+2
2021-11-27Lua: use package pandoc-lua-marshal (#7719)Albert Krewinkel24-1729/+207
2021-11-24LaTeX reader: Fix semantics of `\ref`.John MacFarlane1-5/+3
2021-11-24LaTeX reader: improve references.John MacFarlane4-5/+27
2021-11-24LaTeX reader: omit visible content for `\label{...}`.John MacFarlane1-2/+1
2021-11-24HTML reader: parse attributes on links and images.John MacFarlane2-11/+10