Todos
======

Functionals
------------
* reset number for non-continuous numbered list
* set docx property from conf.py definition
* use haeader and footer specified by template.dotx
* toctree generation (dispose toctree output? create by docx function?)
* add page-break directive (currently break by unit of reST file)
* implement many many directives
    * note
    * warning
    * code highlighting, indented block
    * exts: todos, blockdiag, sdedit, ...
    * and etc....
* some emphasis (italic, bold)

Environments
-------------
* docx builder need python-docx package, but not distributed at PyPI.
* python-docx can't generate <w:i> (italic) and <w:b> (bold) mode tag.
* python-docx using template's media(image) folder for temporarily, then some
  independent document's media files are shared unexpectly.
  Included python-docx package was patched by QUICK-HACK.

Known Issues
-------------
* some indented block output are not working correctly yet.
    * block-quote
    * literal-block
* figure directive's caption become normal paragraph (not bundled with image).
* image directive break docx format (maybe very large file are included)
