Render headlines expanded by default.
This commit is contained in:
parent
cf7cc38bd8
commit
b610d356e8
1 changed files with 4 additions and 3 deletions
|
@ -390,8 +390,9 @@ def render(headline, doc, headlineLevel):
|
||||||
else:
|
else:
|
||||||
todo_state = "done"
|
todo_state = "done"
|
||||||
|
|
||||||
display_state = 'collapsed'
|
# display_state = 'collapsed'
|
||||||
if headlineLevel < MIN_HIDDEN_HEADLINE_LEVEL:
|
# if headlineLevel < MIN_HIDDEN_HEADLINE_LEVEL:
|
||||||
|
# display_state = 'expanded'
|
||||||
display_state = 'expanded'
|
display_state = 'expanded'
|
||||||
|
|
||||||
return f"""
|
return f"""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue