Render subnodes in each node.
This commit is contained in:
parent
e9f3725706
commit
c5925afa28
@ -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…
Reference in New Issue
Block a user