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

Code eval: use show on last eval #254

Closed
tlienart opened this issue Oct 7, 2019 · 1 comment · Fixed by #258
Closed

Code eval: use show on last eval #254

tlienart opened this issue Oct 7, 2019 · 1 comment · Fixed by #258

Comments

@tlienart
Copy link
Owner

tlienart commented Oct 7, 2019

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.

@tlienart
Copy link
Owner Author

tlienart commented Oct 9, 2019

This is now partially supported, the showall local page var does this for every code block.

To be complete, we should add a \show command which acts as \output except that it shows the result (not stdout).

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

Successfully merging a pull request may close this issue.

1 participant