Skip to content

Better handle on type formatting when there's content inside a block #500

@vinistock

Description

@vinistock

Based on #462 (comment), we should better handle what happens with on type formatting in case there is content in the next line.

For example

if something
# ^ break here
immediate_content

# This results in this, which is definitely not ideal
if something
endimmediate_content

Fixing this means we have to perform some sort of lookahead to figure out what comes on the next lines.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions