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
A turtle string with \r\n results in plantuml failure.
\r\n
Treat all of these as a single newline: (\n|\r|\r\n|\n\r). Allow multiple consecutive newlines (of the same kind), eg \r\r\n is two newlines.
(\n|\r|\r\n|\n\r)
\r\r\n
cc @jazzyray
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A turtle string with
\r\n
results in plantuml failure.Treat all of these as a single newline:
(\n|\r|\r\n|\n\r)
.Allow multiple consecutive newlines (of the same kind), eg
\r\r\n
is two newlines.cc @jazzyray
The text was updated successfully, but these errors were encountered: