Render subnodes in each node.
This commit is contained in:
parent
e9f3725706
commit
c5925afa28
1 changed files with 2 additions and 0 deletions
|
@ -164,6 +164,8 @@ def render(headline, doc):
|
|||
|
||||
content = []
|
||||
render_tree(dom, content)
|
||||
for child in headline.children:
|
||||
content.append(render(child, doc))
|
||||
|
||||
if headline.state is None:
|
||||
state = ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue