Description
In the nested sub-sections the title gets shifted even when there is no title in the parent section. This creates gaps in title sizes, breaking formatting.
Steps to Reproduce
This template:
document "test_doc" {
title = "AAA"
section {
title = "BBB"
section {
# No title
section {
title = "CCC"
}
}
}
}
renders into
instead of correct
Expected Behavior
Expected gradual title descend:
Actual Behavior
$ fabric --version
fabric version 0.4.2
Description
In the nested sub-sections the title gets shifted even when there is no title in the parent section. This creates gaps in title sizes, breaking formatting.
Steps to Reproduce
This template:
renders into
instead of correct
Expected Behavior
Expected gradual title descend:
Actual Behavior