index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-29
Lua: use hslua module abstraction where possible
Albert Krewinkel
11
-297
/
+374
2021-10-28
Lua: increase strictness when getting attribute keys
Albert Krewinkel
1
-2
/
+2
2021-10-27
Lua: re-add `t` and `tag` property to Attr values
Albert Krewinkel
1
-0
/
+4
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
3
-44
/
+56
2021-10-27
Switch back from HsYAML to yaml.
John MacFarlane
9
-419
/
+334
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
3
-46
/
+58
2021-10-26
Lua: generate constants in module pandoc programmatically
Albert Krewinkel
1
-0
/
+17
2021-10-26
Lua: marshal ListAttributes values as userdata objects
Albert Krewinkel
6
-15
/
+80
2021-10-26
Lua: marshal Block values as userdata objects
Albert Krewinkel
4
-146
/
+461
2021-10-25
Lua: marshal Citation values as userdata objects
Albert Krewinkel
3
-16
/
+53
2021-10-23
Lua: convert IOErrors to PandocErrors in pandoc.pipe function
Albert Krewinkel
1
-0
/
+2
2021-10-22
Org reader: allow an initial :PROPERTIES: drawer to add to metadata.
John MacFarlane
1
-2
/
+10
2021-10-22
Use simpleFigure in Readers.
Aner Lucero
25
-110
/
+93
2021-10-22
Lua: marshal Version values as userdata
Albert Krewinkel
6
-125
/
+12
2021-10-22
Lua: marshal Inline elements as userdata
Albert Krewinkel
2
-63
/
+345
2021-10-22
Lua: marshal Attr values as userdata
Albert Krewinkel
4
-14
/
+233
2021-10-22
Lua: marshal Pandoc values as userdata
Albert Krewinkel
2
-11
/
+36
2021-10-22
Switch to hslua-2.0
Albert Krewinkel
24
-1187
/
+1095
2021-10-21
Move splitStrWhen to T.P.Citeproc.Util.
John MacFarlane
3
-23
/
+15
2021-10-21
SelfContained: fix bug that caused everything to be made a data uri.
John MacFarlane
1
-12
/
+12
2021-10-20
Markdown reader: don't parse links or bracketed spans as citations.
John MacFarlane
1
-2
/
+4
2021-10-19
FormatHeuristics: remove `.tei.xml` extension for TEI.
John MacFarlane
1
-1
/
+0
2021-10-18
Docx reader: fix handling of empty fields
Milan Bracke
1
-0
/
+4
2021-10-18
Docx parser: implement PAGEREF fields
Milan Bracke
2
-0
/
+26
2021-10-18
Docx reader: fix handling of nested fields
Milan Bracke
2
-115
/
+150
2021-10-17
pptx: Line up continuation paragraphs
Emily Bourke
2
-10
/
+93
2021-10-17
pptx: Remove outdated comment
Emily Bourke
1
-3
/
+0
2021-10-17
pptx: Fix list level numbering
Emily Bourke
1
-14
/
+17
2021-10-14
asciidoc writer: translate numberLines attribute to linesnum switch
Samuel Tardieu
1
-2
/
+5
2021-10-14
DocBook reader: honor linenumbering attribute
Samuel Tardieu
1
-0
/
+1
2021-10-14
Remove redundant $
Samuel Tardieu
1
-1
/
+1
2021-10-13
Fix markdown parsing bug for math in bracketed spans and links.
John MacFarlane
1
-0
/
+1
2021-10-12
Revert "Depend on pandoc-types 1.23, remove Null constructor on Block."
John MacFarlane
30
-1
/
+39
2021-10-11
T.P.Writers.Shared: remove 'breakable'...
John MacFarlane
1
-18
/
+0
2021-10-11
T.P.Writers.Shared: Export splitSentences as a Doc Text transform.
John MacFarlane
3
-16
/
+61
2021-10-11
Remove splitSentences from T.P.Shared [API change].
John MacFarlane
3
-34
/
+4
2021-10-11
Fix warning
John MacFarlane
1
-1
/
+1
2021-10-11
LaTeX reader: Implement siunitx v3 commands.
John MacFarlane
1
-1
/
+5
2021-10-10
Avoid blockquote when parent style has more indent
Milan Bracke
3
-53
/
+66
2021-10-10
LaTeX reader: Properly handle `\^` followed by group closing.
John MacFarlane
1
-3
/
+3
2021-10-10
Translations: don't depend on the fact that Aeson Object is...
John MacFarlane
1
-3
/
+2
2021-10-06
Don't prepend `file://` to `--syntax-definition` on Windows.
John MacFarlane
1
-8
/
+2
2021-10-05
Avoid bad wraps in markdown writer at the Doc Text level.
John MacFarlane
1
-22
/
+23
2021-10-04
Powerpoint writer: consolidate text runs when possible.
John MacFarlane
2
-4
/
+9
2021-10-04
Revert "Powerpoint writer: consolidate text run nodes."
John MacFarlane
1
-9
/
+1
2021-10-04
Powerpoint writer: consolidate text run nodes.
John MacFarlane
1
-1
/
+9
2021-10-01
Depend on pandoc-types 1.23, remove Null constructor on Block.
John MacFarlane
30
-39
/
+1
[next]