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
@repl
@example
I want to use @example in docstring to demostrate plots in the doc. Use them in the markdown file works but in docstrings just rendered a code piece.
I tried to search in docs and issues but not founded. Is it possiable to do that?
Example:
""" ```@example using Plots x = range(0, 10, length=100) y = sin.(x) plot(x, y) ``` """ function func() end
doc.md
```@doc func ```
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I want to use
@example
in docstring to demostrate plots in the doc. Use them in the markdown file works but in docstrings just rendered a code piece.I tried to search in docs and issues but not founded. Is it possiable to do that?
Example:
doc.md
The text was updated successfully, but these errors were encountered: