-
Notifications
You must be signed in to change notification settings - Fork 495
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
Not finding all the knot tags I expected #249
Comments
Nope, this is working as expected. Even when the tag is on the line above, it is still attached to just one particular line. The only other thing is that any tags at the top of a knot are also accessible through the |
Ok, I was asking because in this comment you were saying this which seemed to state another behavior:
Anyway, thanks for the answer! |
Right, so to give another example:
Meanwhile...
Clear? :) |
Yep ^^ |
Hello there!
It seems whether I misunderstood my reading on #122 or I'm experiencing some unwanted behavior with knot tags.
I'm using 0.6.4 (outside of Unity).
Here's my test
.ink
file:Which compiles to:
I'm logging on each line the text, how many tags there is in
.currentTags
and the tags themselves. Here's what I'm seeing in my logs:On the third line of text, am I not supposed to find both
"knot tag"
and"line tag
" in.currentTags
?The text was updated successfully, but these errors were encountered: