inkle / inkle/ink

Glue does not work as expected on choices

Open
#950 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
4.9k
Forks
540
PR merge metrics
No merged PRs in 30d

Description

When using glue on choices, the chosen text is still printed on a new line.

For example
```
I saw <>
* a bird.[] etc.
* a beaver.[] etc.
```
and
```
I saw
* <>a bird.[] etc.
* a beaver.[] etc.
```
both produce
```
I saw
a bird. etc.
```
instead of the expected
```
I saw a bird. etc.
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.