Skip to content

Inconsistent newline behaviour when diverting from a choice #420

@joethephish

Description

@joethephish

Input 1

Without choice. -> elsewhere
  
== elsewhere ==
Elsewhere.
-> DONE.

Result, as expected:

Without choice. Elsewhere.

Input 2

* Test.
  Second line in choice. -> elsewhere
  
== elsewhere ==
Elsewhere.
-> DONE.

Result (as expected):

Test.
Second line in choice. Elsewhere.

Input 3

* Test. -> elsewhere
 
== elsewhere ==
Elsewhere.
-> DONE.

Result (wrong/inconsistent):

Test.
Elsewhere.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions