textual-markdown
textual-markdown copied to clipboard
"TypeError: 'str' object is not callable" if a level in heading is missing
If there is one level missing in the hierarchy of headings, textual-markdown exits with a "TypeError: 'str' object is not callable"
:
# level 1
### level 3
or simply:
## level 2