Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Choice Label + Newline + Condition doesn't work #911

Open
wldmr opened this issue Aug 1, 2024 · 0 comments
Open

Choice Label + Newline + Condition doesn't work #911

wldmr opened this issue Aug 1, 2024 · 0 comments

Comments

@wldmr
Copy link

wldmr commented Aug 1, 2024

v1.2.0 made it possible to add a linebreak after the choice label, but that seems to break choice conditions (I think).

Current Output

* (label)
  {true} choice text

outputs

1: true choice text

Expected Output

I think it should be

1: choice text

i.e. the same as if I'd written

* (label) {true} choice text

NB. Linebreaks seem to work between conditions, so

* (label) {true}
  {true} choice text

gives the expected output above. I guess that's kind of a workaround, but it would be nice if that wasn't necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant