-
Notifications
You must be signed in to change notification settings - Fork 496
ERROR: UndefVarError: not defined #790
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
Comments
Looks like #749, can you try #749 (comment) and report back on the other issue? |
After saving my Markdown file with Visual Studio Code and LF (instead of CRLF) as EOL it seems to be fixed! |
After saving my Markdown file with Visual Studio Code and LF (instead of CRLF) as EOL it seems to be fixed! Okay thanks. But this should be handled by Documenter automatically, but I guess we miss that at some place then. |
This workaround can't in fact be used because when trying to add file using git I see
So you are right! Documenter need to handle that |
Please reopen issue |
With Mac OS X, the previous file with LF as EOL (according Visual Studio Code) rendered as
this is again different! |
The original issue is fixed, the parsing now works as you can see. The warning is something else, probably from your own code since I can not find any use of |
Not sure if we should consider this as an issue but
raises error but not
Anyway I have to first fix DataStructures code because
but that's an other story |
Hello,
I'm currently working on JuliaCollections/DataStructures.jl#360 and trying to add
@repl
/@setup
macros for examples indefault_dict.md
the following minimal file
is badly rendered with Julia 0.7
Any idea?
Thanks
The text was updated successfully, but these errors were encountered: