index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-06
Lua: allow to pass custom reader options to `pandoc.read`
Albert Krewinkel
1
-1
/
+29
2021-11-05
Support for <indexterm>s when reading DocBook (#7607)
Rowan Rodrik van der Molen
2
-0
/
+199
2021-11-02
Docx reader: don't let first line indents trigger block quotes.
John MacFarlane
2
-0
/
+2
2021-11-02
Lua: fix typo in SoftBreak constructor
Albert Krewinkel
1
-0
/
+6
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
1
-3
/
+93
2021-11-02
Lua: be more forgiving when retrieving the Image `caption` property
Albert Krewinkel
1
-0
/
+9
2021-11-02
Lua: display Attr values using their native Haskell representation
Albert Krewinkel
1
-3
/
+3
2021-11-02
Lua: allow omitting the 2nd parameter in pandoc.Code constructor
Albert Krewinkel
1
-7
/
+75
2021-11-02
Lua: allow to compare, show Citation values
Albert Krewinkel
1
-0
/
+16
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
1
-0
/
+23
2021-11-01
Lua: restore List behavior of MetaList
Albert Krewinkel
1
-0
/
+13
2021-10-31
Lua: re-add `content` property to Link elements
Albert Krewinkel
1
-0
/
+10
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
Lua: use hslua module abstraction where possible
Albert Krewinkel
1
-0
/
+6
2021-10-28
Lua: fix placement of tests for Block elements in pandoc module tests
Albert Krewinkel
1
-120
/
+120
2021-10-27
Lua: re-add `t` and `tag` property to Attr values
Albert Krewinkel
1
-0
/
+7
2021-10-27
Switch back from HsYAML to yaml.
John MacFarlane
5
-11
/
+9
2021-10-26
Lua: marshal SimpleTable values as userdata objects
Albert Krewinkel
1
-0
/
+61
2021-10-26
Lua: marshal Block values as userdata objects
Albert Krewinkel
1
-0
/
+120
2021-10-25
Lua: marshal Citation values as userdata objects
Albert Krewinkel
1
-0
/
+2
2021-10-24
Fix more epub files in epub reader tests.
John MacFarlane
3
-0
/
+0
2021-10-24
Clean up wasteland.epub and formatting.epub from reader tests.
John MacFarlane
2
-0
/
+0
2021-10-24
Fixed test/epub/img.epub and img_no_cover.epub...
John MacFarlane
2
-0
/
+0
2021-10-23
Fix conformance errors in test/epub/features.epub and
John MacFarlane
2
-0
/
+0
2021-10-22
Org reader: allow an initial :PROPERTIES: drawer to add to metadata.
John MacFarlane
2
-1
/
+23
2021-10-22
Lua: marshal Attr values as userdata
Albert Krewinkel
2
-22
/
+35
2021-10-22
Lua: marshal Pandoc values as userdata
Albert Krewinkel
1
-1
/
+1
2021-10-22
Switch to hslua-2.0
Albert Krewinkel
2
-51
/
+37
2021-10-20
Markdown reader: don't parse links or bracketed spans as citations.
John MacFarlane
1
-0
/
+66
2021-10-18
Docx reader: fix handling of empty fields
Milan Bracke
3
-0
/
+11
2021-10-18
Docx parser: implement PAGEREF fields
Milan Bracke
6
-7
/
+15
2021-10-18
Docx reader: fix handling of nested fields
Milan Bracke
3
-0
/
+9
2021-10-17
pptx: Line up continuation paragraphs
Emily Bourke
46
-0
/
+0
2021-10-17
pptx: Fix list level numbering
Emily Bourke
22
-0
/
+24
2021-10-16
Ensure that babel is loaded also with pdflatex.
John MacFarlane
1
-3
/
+2
2021-10-14
asciidoc writer: translate numberLines attribute to linesnum switch
Samuel Tardieu
1
-0
/
+16
2021-10-14
DocBook reader: honor linenumbering attribute
Samuel Tardieu
2
-0
/
+8
2021-10-13
Fix markdown parsing bug for math in bracketed spans and links.
John MacFarlane
1
-0
/
+12
2021-10-11
Update wasteland tests.
John MacFarlane
2
-20
/
+1078
2021-10-10
Avoid blockquote when parent style has more indent
Milan Bracke
4
-3
/
+10
2021-10-10
LaTeX reader: Properly handle `\^` followed by group closing.
John MacFarlane
1
-0
/
+6
2021-10-07
pptx: Remove excessive layout tests
Emily Bourke
82
-20
/
+38
2021-10-04
Powerpoint writer: consolidate text runs when possible.
John MacFarlane
136
-0
/
+0
2021-10-04
OOXML tests: use pretty-printed form to display diffs.
John MacFarlane
1
-3
/
+3
2021-10-04
Revert "Powerpoint writer: consolidate text run nodes."
John MacFarlane
136
-0
/
+0
2021-10-04
Powerpoint writer: consolidate text run nodes.
John MacFarlane
136
-0
/
+0
2021-10-03
Update tests for babel-related changes in latex template.
John MacFarlane
1
-6
/
+12
[next]