We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
tuples1 = [ ( "This is a \n test.", "Result", "#FFFF00", ), " Sentence 2.", ] tuples2 = [ ( "This is a \n \n test.", "Result", "#FFFF00", ), " Sentence 2.", ] annotated_text(*tuples1) annotated_text(*tuples2)
Excecuting this code throws the following error:
I suppose this happens because of the double newline characters.
The text was updated successfully, but these errors were encountered:
I was running into the same issue... Did you find a workaround or do you know if somebody is taking care of this bug?
Sorry, something went wrong.
Currently it not fails with error but gives no background for further lines behavior
Successfully merging a pull request may close this issue.
Excecuting this code throws the following error:
I suppose this happens because of the double newline characters.
The text was updated successfully, but these errors were encountered: