def depart_paragraph(self, node):
if isinstance(node.parent, nodes.list_item):
self.add_text(self.nl)
elif not isinstance(node.parent, (
nodes.Admonition,
nodes.citation,
nodes.entry,
nodes.footnote,
addnodes.seealso,
)):
self.end_state()
wiki.py 文件源码
python
阅读 29
收藏 0
点赞 0
评论 0
评论列表
文章目录