docx Writer是否有类似Rawblock的功能?

时间:2016-06-20 14:25:46

标签: python docx pandoc

当我从Markdown转换为LaTeX时,我可以使用python过滤器用特殊的LaTeX代码替换Images或RawBlocks。是否有类似的方法为docx输出执行此操作?

实际上,我想使用python-docx生成比pandoc可以处理的更复杂的表。我可以提取与表相关的xml,我想使用过滤器将其插入到文档中。

1 个答案:

答案 0 :(得分:1)

是的,可以看到in the pandoc source code,格式应为:

RawBlock (Format "openxml") "<customXML></customXML>"

RawInline (Format "openxml") "<customXML></customXML>"