Status: New
Owner: ----
New issue 221 by yanckin: 建议更新docutils版本到0.6
http://code.google.com/p/ulipad/issues/detail?id=221
看了下Ulipad中使用的docutils还是0.4,现在最新的已经是0.6了。对image指令
的支持,参数scale,align不能设置。
发现直接把docutils拷贝过去覆盖预览会报UnicodeError,设置下sitecustomize.py
添加这两句:
import sys
sys.setdefaultencoding('utf-8')
这样就解决,上述参数可以使用了
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings