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
shell
Pkg
Would it be useful to allow Julia code run in shell and Pkg mode? Hi @pfitzseb
Would it be useful to allow julia markdown code blocks that run in shell and Pkg mode?
For example, allow section like below to run status in the package manager
] st
and to execute command such as pwd in shell mode
; pwd
Cheers, Yue
The text was updated successfully, but these errors were encountered:
The issue with this approach is that it generates files that are specific to the extension -- you can't just include them.
include
Sorry, something went wrong.
No branches or pull requests
Would it be useful to allow Julia code run in
shell
andPkg
mode?Hi @pfitzseb
Would it be useful to allow julia markdown code blocks that run in
shell
andPkg
mode?For example, allow section like below to run status in the package manager
and to execute command such as pwd in shell mode
Cheers,
Yue
The text was updated successfully, but these errors were encountered: