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
This text is normal ```julia julia> @info "test" [ Info: test ``` This text is not
The text was updated successfully, but these errors were encountered:
You sure that isn't happening because of the julia> prompt or the open bracket or something like that?
julia>
Sorry, something went wrong.
Great question. Doesn't seem to be though:
Text ```julia julia> @info "test" ``` Text ```julia [ Info: test ``` Text
This is looking at the scope on each of the Text lines
Text
Sorry, to clarify - I think it is the open bracket in the logging output.
This causes the same problem:
```julia [ ``` Text
No branches or pull requests
The text was updated successfully, but these errors were encountered: