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
Hello, Some symbols in manual (PDF) isn't appearing. See some the occurrences:
Function composition and piping
The symbol: ∘
(sqrt ∘ +)(3, 6)
Repeated Evaluation: Loops
The symbol: ∈
for s ∈ ["foo","bar","baz"] println(s) end
It can be trouble for beginners.
The text was updated successfully, but these errors were encountered:
Can you reopen this at https://github.com/JuliaDocs/Documenter.jl ? It is possible that this was fixed by JuliaDocs/Documenter.jl#1066 but that might not have been deployed yet.
Sorry, something went wrong.
No branches or pull requests
Hello,
Some symbols in manual (PDF) isn't appearing. See some the occurrences:
Function composition and piping
The symbol: ∘
Repeated Evaluation: Loops
The symbol: ∈
It can be trouble for beginners.
The text was updated successfully, but these errors were encountered: