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
Would be good to have it such that
```julia:ex a = 5 ``` \output{ex}
shows 5 instead of having to slap a @show a at the end for this.
5
@show a
The text was updated successfully, but these errors were encountered:
This is now partially supported, the showall local page var does this for every code block.
showall
To be complete, we should add a \show command which acts as \output except that it shows the result (not stdout).
\show
\output
Sorry, something went wrong.
adding a \show method for cell result, closes #254
95d0797
adding a \show method for cell result, closes #254 (#258)
0e1fe94
Successfully merging a pull request may close this issue.
Would be good to have it such that
shows
5
instead of having to slap a@show a
at the end for this.The text was updated successfully, but these errors were encountered: