index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-21
Lua: simplify code of pandoc.utils.stringify
Albert Krewinkel
1
-40
/
+22
2021-12-21
Lua: simplify and deprecate function `pandoc.utils.equals`
Albert Krewinkel
1
-3
/
+3
2021-12-21
Lua: add new library function `pandoc.utils.type`.
Albert Krewinkel
1
-0
/
+12
2021-12-21
Lua: fix return types of `blocks_to_inlines`, `make_sections`
Albert Krewinkel
1
-2
/
+2
2021-12-20
Lua: use more natural representation for Reference values
Albert Krewinkel
1
-6
/
+12
2021-12-19
Custom writer: assign default Pandoc object to global PANDOC_DOCUMENT
Albert Krewinkel
1
-9
/
+3
2021-12-19
Add a writer for Markua 0.10 (#7729)
binaarinen
7
-70
/
+217
2021-12-19
JATS writer: keep quotes in element-citations
Albert Krewinkel
1
-5
/
+5
2021-12-19
Lua: fixup, should have been part of previous commit
Albert Krewinkel
1
-0
/
+3
2021-12-18
Citeproc: avoid adding comma before an author-in-text citation...
John MacFarlane
1
-8
/
+14
2021-12-17
Lua: add function `pandoc.utils.references`
Albert Krewinkel
2
-0
/
+115
2021-12-15
T.P.Citeproc: do not export getStyle, getCiteprocLang.
John MacFarlane
1
-2
/
+0
2021-12-14
Org writer: use the citation locator list from the org source code...
John MacFarlane
1
-13
/
+61
2021-12-14
Org reader: parse official org-cite citations.
John MacFarlane
1
-39
/
+160
2021-12-14
Markdown writer: avoid extra space before citation suffix...
John MacFarlane
1
-2
/
+4
2021-12-14
Markdown writer: ensure semicolon btw locator and next citation...
John MacFarlane
1
-1
/
+5
2021-12-14
Org reader: remove support for "Berkeley style" citations.
John MacFarlane
1
-145
/
+42
2021-12-13
Org writer: add tests for org-cite citations, and improve support.
John MacFarlane
1
-4
/
+28
2021-12-13
Markdown reader: fix parsing of "bare locators"...
John MacFarlane
1
-1
/
+1
2021-12-13
Citeproc changes:
John MacFarlane
2
-41
/
+53
2021-12-12
Org writer: preliminary support for new org-cite syntax.
John MacFarlane
1
-1
/
+21
2021-12-11
fix(IpynbOutput)!: rank always favors output format
Kolen Cheung
1
-7
/
+7
2021-12-11
Custom reader: ensure old Readers continue to work
Albert Krewinkel
2
-16
/
+48
2021-12-11
Custom reader: pass list of sources instead of concatenated text
Albert Krewinkel
3
-6
/
+55
2021-12-10
Switch to released pandoc-lua-marshal-0.1.2
Albert Krewinkel
1
-0
/
+1
2021-12-09
ipynb writer: handle cell output with raw block of markdown (#7563)
Kolen Cheung
1
-0
/
+2
2021-12-09
Lua: update to latest pandoc-lua-marshal (0.1.1)
Albert Krewinkel
3
-423
/
+26
2021-12-08
Ipynb writer: ensure deterministic order of keys.
John MacFarlane
1
-1
/
+1
2021-12-07
Revert "Markdown reader: Improve inlinesInBalancedBrackets."
John MacFarlane
1
-12
/
+20
2021-12-06
Ipynb reader & writer: properly handle cell "id".
John MacFarlane
2
-24
/
+56
2021-12-06
Ms writer: properly encode strings for PDF contents.
John MacFarlane
1
-2
/
+19
2021-12-05
Commonmark writer: allow ')' delimiters on ordered lists.
John MacFarlane
1
-1
/
+6
2021-12-03
Improve Markdown writer escaping.
John MacFarlane
1
-18
/
+19
2021-11-30
Markdown reader: don't allow `^` at beginning of link or image label.
John MacFarlane
1
-2
/
+1
2021-11-29
Lua: remove `pandoc.utils.text` (#7720)
Albert Krewinkel
1
-8
/
+0
2021-11-28
Lua: add constructors `pandoc.Blocks` and `pandoc.Inlines`
Albert Krewinkel
1
-0
/
+2
2021-11-27
Lua: use package pandoc-lua-marshal (#7719)
Albert Krewinkel
24
-1729
/
+207
2021-11-24
LaTeX reader: Fix semantics of `\ref`.
John MacFarlane
1
-5
/
+3
2021-11-24
LaTeX reader: improve references.
John MacFarlane
4
-5
/
+27
2021-11-24
LaTeX reader: omit visible content for `\label{...}`.
John MacFarlane
1
-2
/
+1
2021-11-24
HTML reader: parse attributes on links and images.
John MacFarlane
2
-11
/
+10
2021-11-24
Lua: allow single elements as singleton MetaBlocks/MetaInlines
Albert Krewinkel
1
-0
/
+3
2021-11-23
Improve detection of pipe table line widths.
John MacFarlane
1
-14
/
+18
2021-11-23
Lua: add function `pandoc.utils.text` (#7710)
Albert Krewinkel
2
-2
/
+11
2021-11-23
Lua: split strings into words when treating them as Inline list (#7712)
Albert Krewinkel
1
-4
/
+7
2021-11-22
Add .yml to Citeproc formatFromExtension (#7706)
Jörn Krenzer
1
-0
/
+1
2021-11-21
yamlBsToRefs: allow multiple YAML documents.
John MacFarlane
1
-2
/
+2
2021-11-20
Capture `alt-text` in JATS figures (#7703)
Albert Krewinkel
1
-2
/
+13
2021-11-19
Lua: fix global module loading (#7701)
Albert Krewinkel
1
-7
/
+27
2021-11-19
Remove unused line.
John MacFarlane
1
-1
/
+0
[next]