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: Simulated REPL sesstion for markdown output #240

Open
pdeffebach opened this issue Mar 4, 2024 · 0 comments
Open

Feature request: Simulated REPL sesstion for markdown output #240

pdeffebach opened this issue Mar 4, 2024 · 0 comments

Comments

@pdeffebach
Copy link

I would like something like the following

1 + 1
3 + 4

to get translated as

julia> 1 + 1
2

julia> 3 + 4
7

And also respect :compact text printing of arrays and data frames.

I imagine this is difficult to do. So no pressure. But it would be nice to do, in general.

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

No branches or pull requests

1 participant