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
2018-01-05
Update copyright notices to include 2018
Albert Krewinkel
91
-187
/
+187
2018-01-05
data/pandoc.lua: fix attribute names of Citation
Albert Krewinkel
1
-6
/
+6
2018-01-04
Use hslua utils where possible
Albert Krewinkel
4
-33
/
+16
2018-01-04
Powerpoint writer: remove some code duplication.
Jesse Rosenthal
1
-10
/
+3
2018-01-03
Powerpoint writer: Ignore Notes div
Jesse Rosenthal
1
-0
/
+1
2018-01-03
Powerpoint writer: Set default slidelevel correctly.
Jesse Rosenthal
1
-1
/
+2
2018-01-03
Powerpoint writer: Split blocks correctly for linked images
Jesse Rosenthal
1
-10
/
+15
2018-01-03
Powerpoint writer: combine adjacent runs.
Jesse Rosenthal
1
-2
/
+19
2018-01-03
Powerpoint writer: Fix new replaceNamedChildren
Jesse Rosenthal
1
-11
/
+9
2018-01-03
PowerPoint writer: make inline code inherit code size.
Jesse Rosenthal
1
-6
/
+6
2018-01-03
Powerpoint writer: simplify replaceNamedChildren function
Jesse Rosenthal
1
-9
/
+17
2018-01-03
Powerpoint writer: code cleanup
Jesse Rosenthal
1
-103
/
+0
2018-01-03
Powerpoint writer: Allow linked images.
Jesse Rosenthal
1
-11
/
+32
2018-01-03
PowerPoint writer: Fix error with empty table cell.
Jesse Rosenthal
1
-6
/
+10
2018-01-03
Powerpoint writer: Fix compiler error (again)
Jesse Rosenthal
1
-3
/
+3
2018-01-03
Powerpoint writer: Appease compiler
Jesse Rosenthal
1
-8
/
+11
2018-01-03
Powerpoint writer: Implement two-column slides.
Jesse Rosenthal
1
-12
/
+95
2018-01-02
Merge pull request #4219 from stalmon/master
John MacFarlane
1
-4
/
+2
2018-01-02
Docx reader: remove MultiWayIf
Jesse Rosenthal
1
-38
/
+39
2018-01-02
Docx reader: Allow for insertion/deletion of paragraphs.
Jesse Rosenthal
1
-4
/
+44
2018-01-02
Docx reader: Parse track changes info into paragraph props.
Jesse Rosenthal
1
-15
/
+27
2018-01-02
Docx reader: Extract tracked changes type from parpart.
Jesse Rosenthal
2
-6
/
+19
2018-01-02
firstRow table definition compatibility for Word 2016
Sebastian Talmon
1
-1
/
+1
2018-01-01
Docx writer: Fix custom styles with spaces in the name.
John MacFarlane
1
-1
/
+1
2018-01-01
Markdown reader: rewrite inlinesInBalancedBrackets.
John MacFarlane
1
-19
/
+13
2018-01-02
Removed redundant subtitle in title
stalmon
1
-3
/
+1
2018-01-01
Lua.Module.Utils: make stringify work on MetaValues.
John MacFarlane
1
-1
/
+4
2017-12-31
Docx reader: minor cleanup.
Jesse Rosenthal
1
-1
/
+2
2017-12-31
Docx Reader: Combine adjacent anchors.
Jesse Rosenthal
1
-20
/
+47
2017-12-30
Markdown reader: Avoid parsing raw tex unless \ + letter seen.
John MacFarlane
1
-1
/
+2
2017-12-30
LaTeX reader: Simplified a check for raw tex command.
John MacFarlane
1
-2
/
+2
2017-12-30
Docx reader: Remove unused anchors.
Jesse Rosenthal
1
-5
/
+27
2017-12-31
Muse reader: automatically translate #cover into #cover-image
Alexander Krotov
1
-1
/
+3
2017-12-30
Muse writer: don't escape URIs from AST
Alexander Krotov
1
-1
/
+1
2017-12-30
Docx reader: Read multiple children of w:sdtContents`
Jesse Rosenthal
1
-5
/
+9
2017-12-29
Lua filters: stop exporting pushPandocModule
Albert Krewinkel
1
-6
/
+0
2017-12-29
data/pandoc.lua: drop function pandoc.global_filter
Albert Krewinkel
3
-13
/
+8
2017-12-28
Merge pull request #4170 from oltolm/opendocument
John MacFarlane
2
-9
/
+49
2017-12-28
Class: make FileTree opaque.
John MacFarlane
1
-1
/
+1
2017-12-28
Filter changes.
John MacFarlane
1
-34
/
+46
2017-12-28
improve formatting of formulas in OpenDocument
oltolm
2
-9
/
+49
2017-12-28
Alphabetical order Extension constructors.
John MacFarlane
1
-61
/
+61
2017-12-28
Changed format of --list-extensions.
John MacFarlane
1
-4
/
+3
2017-12-28
Powerpoint writer tests: use IO.
John MacFarlane
1
-2
/
+2
2017-12-28
Moved makeCanoncial definition out of ifdef!
John MacFarlane
1
-9
/
+11
2017-12-28
Class: use makeCanonical for normalization in FileTree and data files.
John MacFarlane
1
-8
/
+11
2017-12-28
Text.Pandoc.Class: add insertInFileTree (API change).
John MacFarlane
1
-7
/
+13
2017-12-28
LaTeX writer: Use \endhead after \toprule in headerless tables.
John MacFarlane
1
-4
/
+3
2017-12-28
LaTeX reader: be more tolerant of `&` character.
John MacFarlane
1
-1
/
+1
2017-12-28
Org reader: support minlevel option for includes
Albert Krewinkel
1
-14
/
+37
[next]