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
/
Docx.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-07
Docx writer: Fixed multi-paragraph list items.
John MacFarlane
1
-1
/
+4
2012-02-14
Add TableNormal style to tables.
John MacFarlane
1
-2
/
+3
2012-02-11
Fix _rels/.rels if it has been screwed up by Word.
John MacFarlane
1
-1
/
+10
2012-01-28
Remove dependency on old-time.
John MacFarlane
1
-2
/
+2
2012-01-28
Put date in YYYY-MM-DD format if possible for HTML, docx metadata.
John MacFarlane
1
-3
/
+4
2012-01-20
Docx: Put display math on separate line.
John MacFarlane
1
-5
/
+9
2012-01-20
Docx writer: Fixed styles in footnotes.
John MacFarlane
1
-0
/
+6
2012-01-20
Docx: Adjusted list spacing for less cramped number markers.
John MacFarlane
1
-1
/
+1
2012-01-20
Docx writer: Start bullet lists with solid bullet.
John MacFarlane
1
-6
/
+7
2012-01-20
Docx writer: Don't indent first level of lists.
John MacFarlane
1
-2
/
+2
2012-01-20
Docx writer: Fixed bug with numbered lists.
John MacFarlane
1
-24
/
+37
2012-01-19
Minor comment fixes.
John MacFarlane
1
-2
/
+0
2012-01-19
Check for existence before opening image file.
John MacFarlane
1
-49
/
+57
2012-01-19
Added Docx writer.
John MacFarlane
1
-0
/
+626