Skip to content
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

Log messages in julia code blocks break parsing #22

Open
kescobo opened this issue Mar 23, 2019 · 3 comments
Open

Log messages in julia code blocks break parsing #22

kescobo opened this issue Mar 23, 2019 · 3 comments
Labels

Comments

@kescobo
Copy link
Contributor

kescobo commented Mar 23, 2019

This text is normal

```julia
julia> @info "test"
[ Info: test
```

This text is not

Screen Shot 2019-03-23 at 2 32 59 PM

@pfitzseb pfitzseb added the bug label Mar 23, 2019
@pfitzseb
Copy link
Member

You sure that isn't happening because of the julia> prompt or the open bracket or something like that?

@kescobo
Copy link
Contributor Author

kescobo commented Mar 23, 2019

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

Screen Shot 2019-03-23 at 3 13 50 PM

@kescobo
Copy link
Contributor Author

kescobo commented Mar 23, 2019

Sorry, to clarify - I think it is the open bracket in the logging output.

This causes the same problem:

```julia
[
```

Text

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants