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-11-04
Allow `plain` to be used in raw attribute syntax.
John MacFarlane
2
-2
/
+4
2021-11-04
Require latest hslua (2.0.1).
Albert Krewinkel
2
-7
/
+7
2021-11-03
Update bash_completion.tpl
S.P.H
1
-2
/
+10
2021-11-03
Lua: add missing space in "package not found" message
Albert Krewinkel
1
-1
/
+1
2021-11-02
Markdown reader: Improve inlinesInBalancedBrackets.
John MacFarlane
1
-20
/
+12
2021-11-02
Allow latest tasty-bench, update changelog.
John MacFarlane
1
-0
/
+1
2021-11-02
Allow tasty-bench 0.3.x.
John MacFarlane
1
-1
/
+1
2021-11-02
Bump to 2.16.1, update changelog.
John MacFarlane
4
-3
/
+39
2021-11-02
Docx reader: don't let first line indents trigger block quotes.
John MacFarlane
3
-3
/
+4
2021-11-02
Lua: fix typo in SoftBreak constructor
Albert Krewinkel
2
-1
/
+7
2021-11-02
Lua tests: ensure Inline elements have all expected properties
Albert Krewinkel
1
-0
/
+81
2021-11-02
Lua: re-add `content` property to Strikeout elements
Albert Krewinkel
2
-3
/
+95
2021-11-02
Lua: be more forgiving when retrieving the Image `caption` property
Albert Krewinkel
2
-1
/
+10
2021-11-02
Docx writer: use getTimestamp for modification times in reference.docx.
John MacFarlane
1
-1
/
+1
2021-11-02
Lua: display Attr values using their native Haskell representation
Albert Krewinkel
2
-3
/
+7
2021-11-02
Lua: allow omitting the 2nd parameter in pandoc.Code constructor
Albert Krewinkel
2
-9
/
+77
2021-11-02
Lua: allow to compare, show Citation values
Albert Krewinkel
2
-1
/
+28
2021-11-02
Lua tests: ensure Block elements have expected properties
Albert Krewinkel
1
-36
/
+202
2021-11-01
Lua: restore `content` property on Header elements
Albert Krewinkel
2
-0
/
+25
2021-11-01
Lua: load module `pandoc.path` on startup
Albert Krewinkel
1
-0
/
+1
2021-11-01
Lua: restore List behavior of MetaList
Albert Krewinkel
2
-0
/
+14
2021-10-31
Makefile: use --nonmoving-gc RTS option when running benchmarks.
John MacFarlane
1
-1
/
+1
2021-10-31
Makefile: remove man/pandoc.1 dependency for debpkg.
John MacFarlane
1
-1
/
+1
2021-10-31
Update changelog.
John MacFarlane
1
-0
/
+2
2021-10-31
Regenerate man page.
John MacFarlane
1
-57
/
+68
2021-10-31
Lua: re-add `content` property to Link elements
Albert Krewinkel
2
-0
/
+12
2021-10-31
Bump to 2.16, update changelog.
John MacFarlane
3
-2
/
+92
2021-10-30
Allow time 1.13
John MacFarlane
1
-2
/
+2
2021-10-30
Fix build on GHC 9.2
Joseph C. Sible
1
-0
/
+1
2021-10-29
Fix trypandoc so it builds with aeson > 2.
John MacFarlane
1
-3
/
+3
2021-10-29
Docx writer: add IDs to native_numbering test
Tristan Stenner
2
-3
/
+5
2021-10-29
Update test golden master for docx native numbering
Tristan Stenner
1
-0
/
+0
2021-10-29
Docx writer: move ": " out of the caption bookmark.
Tristan Stenner
2
-6
/
+4
2021-10-29
Lua: use hslua module abstraction where possible
Albert Krewinkel
13
-412
/
+385
2021-10-28
Lua: fix placement of tests for Block elements in pandoc module tests
Albert Krewinkel
1
-120
/
+120
2021-10-28
Lua: increase strictness when getting attribute keys
Albert Krewinkel
1
-2
/
+2
2021-10-27
Require latest skylighting (0.12.1).
John MacFarlane
2
-4
/
+4
2021-10-27
short-guide: Transitions -> Transformations.
John MacFarlane
1
-2
/
+2
2021-10-27
Update description of T.P.PDF
Albert Krewinkel
1
-2
/
+1
2021-10-27
Add a short guide to pandoc's sources
Albert Krewinkel
1
-0
/
+260
2021-10-27
Lua: re-add `t` and `tag` property to Attr values
Albert Krewinkel
2
-0
/
+11
2021-10-27
Markdown writer: Be sure to quote special values in YAML metadata.
John MacFarlane
1
-3
/
+13
2021-10-27
Change JSON encodings of some types.
John MacFarlane
4
-53
/
+65
2021-10-27
Switch back from HsYAML to yaml.
John MacFarlane
15
-435
/
+348
2021-10-27
Lua: fix `pandoc.utils.stringify` regression
Albert Krewinkel
1
-1
/
+1
2021-10-26
Fix a copy/paste bug in Lua marshalling code.
John MacFarlane
1
-1
/
+1
2021-10-26
Lua: marshal SimpleTable values as userdata objects
Albert Krewinkel
5
-70
/
+119
2021-10-26
Lua: generate constants in module pandoc programmatically
Albert Krewinkel
2
-80
/
+17
2021-10-26
Lua: marshal ListAttributes values as userdata objects
Albert Krewinkel
8
-57
/
+81
2021-10-26
Lua: marshal Block values as userdata objects
Albert Krewinkel
6
-351
/
+581
[next]