Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
Numbered lists were being numbered continuously, instead of having new lists start again with 1. | |||||
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 | |
Print warning if file doesn't exist. | |||||
2012-01-19 | Added Docx writer. | John MacFarlane | 1 | -0/+626 | |
* New module `Text.Pandoc.Docx`. * New output format `docx`. * Added reference.docx. * New option `--reference-docx`. The writer includes support for highlighted code blocks and math (which is converted from TeX to OMML using texmath's new OMML module). |