index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-22
Add text wrapping to HTML output.
John MacFarlane
41
-172
/
+475
2021-12-21
Lua: simplify code of pandoc.utils.stringify
Albert Krewinkel
2
-44
/
+25
2021-12-21
Lua tests: add more tests for `pandoc.utils.stringify`.
Albert Krewinkel
1
-2
/
+45
2021-12-21
Lua: simplify and deprecate function `pandoc.utils.equals`
Albert Krewinkel
4
-20
/
+26
2021-12-21
Lua: add tests for pandoc.utils.equals
Albert Krewinkel
1
-0
/
+40
2021-12-21
Put sourcepos attribute on header, not enclosing div...
John MacFarlane
2
-0
/
+9
2021-12-21
Lua: add new library function `pandoc.utils.type`.
Albert Krewinkel
3
-1
/
+87
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
3
-7
/
+38
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
15
-70
/
+1043
2021-12-19
JATS writer: keep quotes in element-citations
Albert Krewinkel
1
-5
/
+5
2021-12-19
doc/lua-filters: numbers are now accepted as MetaValue
Albert Krewinkel
1
-1
/
+1
2021-12-19
Lua: fixup, should have been part of previous commit
Albert Krewinkel
2
-3
/
+6
2021-12-19
Lua: change representation of TableHead, TableFoot, and Row values.
Albert Krewinkel
3
-17
/
+80
2021-12-18
Citeproc: avoid adding comma before an author-in-text citation...
John MacFarlane
2
-8
/
+49
2021-12-18
Improve 'make check'.
John MacFarlane
2
-10
/
+15
2021-12-18
Use latest doctemplates, commonmark-extensions in stack.yaml.
John MacFarlane
1
-2
/
+2
2021-12-17
Lua: add function `pandoc.utils.references`
Albert Krewinkel
4
-0
/
+148
2021-12-15
T.P.Citeproc: do not export getStyle, getCiteprocLang.
John MacFarlane
1
-2
/
+0
2021-12-14
Use dev texmath.
John MacFarlane
2
-5
/
+6
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
3
-44
/
+218
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
2
-192
/
+42
2021-12-14
doc/lua-filters.md: add docs for `Cell` constructor
Albert Krewinkel
1
-4
/
+31
2021-12-13
Org writer: add tests for org-cite citations, and improve support.
John MacFarlane
2
-4
/
+72
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-13
doc/lua-filters.md: update description of walk methods, fix typos
Albert Krewinkel
1
-18
/
+23
2021-12-13
Lua: support topdown traversals
Albert Krewinkel
4
-4
/
+55
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
5
-7
/
+82
2021-12-11
Custom reader: ensure old Readers continue to work
Albert Krewinkel
3
-16
/
+55
2021-12-11
Custom reader: pass list of sources instead of concatenated text
Albert Krewinkel
6
-15
/
+104
2021-12-10
Lua tests: remove roundtrip tests
Albert Krewinkel
1
-31
/
+4
2021-12-10
Powerpoint tests: shorten lines by grouping tests
Albert Krewinkel
1
-189
/
+186
2021-12-10
Switch to released pandoc-lua-marshal-0.1.2
Albert Krewinkel
5
-8
/
+12
2021-12-09
ipynb writer: handle cell output with raw block of markdown (#7563)
Kolen Cheung
5
-0
/
+518
2021-12-09
Lua: update to latest pandoc-lua-marshal (0.1.1)
Albert Krewinkel
8
-432
/
+211
2021-12-08
Ipynb writer: ensure deterministic order of keys.
John MacFarlane
1
-1
/
+1
2021-12-08
Use latest dev version of ipynb.
John MacFarlane
2
-2
/
+2
2021-12-07
Add test for #7738.
John MacFarlane
1
-0
/
+6
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
8
-42
/
+85
2021-12-06
custom-writers.md: use filter to include source of example.
John MacFarlane
1
-0
/
+4
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
7
-23
/
+46
[next]