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

Warning: failed to parse exception #886

Closed
mauro3 opened this issue Nov 9, 2018 · 0 comments
Closed

Warning: failed to parse exception #886

mauro3 opened this issue Nov 9, 2018 · 0 comments

Comments

@mauro3
Copy link

mauro3 commented Nov 9, 2018

Making a .md file with this content:

```@example index
try
    error("a")
catch e
    print(e)
end
```

throws the warnings

┌ Warning: failed to parse exception in `src/index.md`
│   exception = Base.Meta.ParseError("unexpected \"catch\"")
└ @ Documenter.Utilities ~/.julia/dev/Documenter/src/Utilities/Utilities.jl:89
┌ Warning: failed to run code block in `src/index.md`:
│   value = a
└ @ Documenter.Expanders ~/.julia/dev/Documenter/src/Expanders.jl:487

and does not evaluate the block.

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

No branches or pull requests

2 participants