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

Feature request: same-line results #136

Open
guyvdbroeck opened this issue Mar 8, 2021 · 0 comments
Open

Feature request: same-line results #136

guyvdbroeck opened this issue Mar 8, 2021 · 0 comments

Comments

@guyvdbroeck
Copy link

I love the ability to execute code blocks and show the results in markdown. However, when showcasing a large API, having two boxes for each expression starts to take up lots of space. It would be great if there was a way to auto-generate short one-line visualizations of the result. For example, if
5+3 #result
could generate to
5+3 # 8
avoiding the need for more vertical space in the output.
This feature request is inspired by how vscode shows results when running lines from a script in the julia interpreter with ALT-ENTER.

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

No branches or pull requests

2 participants