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
/
Pandoc
/
Writers
/
Powerpoint.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-05
Update copyright notices to include 2018
Albert Krewinkel
1
-2
/
+2
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
2017-12-28
PowerPoint writer: Obey slide level option
Jesse Rosenthal
1
-0
/
+3
2017-12-22
PowerPoint writer: Treat lists inside BlockQuotes as lists
Jesse Rosenthal
1
-1
/
+13
2017-12-21
Change notes to a smaller size.
Jesse Rosenthal
1
-5
/
+22
2017-12-21
PowerPoint writer: Add ability to force size.
Jesse Rosenthal
1
-2
/
+6
2017-12-21
PowerPoint writer: Implement notes
Jesse Rosenthal
1
-2
/
+30
2017-12-21
PowerPoint writer: Register notes to state.
Jesse Rosenthal
1
-0
/
+8
2017-12-21
Add Note state to PowerPoint writer.
Jesse Rosenthal
1
-0
/
+2
2017-12-21
Implement basic definition list functionality to PowerPoint writer.
Jesse Rosenthal
1
-0
/
+9
2017-12-13
Removed whitespace at ends of line.
John MacFarlane
1
-36
/
+36
2017-12-11
Fix comment that confused compiler.
Jesse Rosenthal
1
-2
/
+0
2017-12-11
Add Powerpoint writer.
Jesse Rosenthal
1
-0
/
+1665