-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
Support for Configuration per Code Block #193
Comments
I believe all of this is supported already? I don't understand what you mean with the last part. |
How can I make a chuck execute but without trying to capture its output? I don't think you allow this granularity per chunk. |
Same syntax as Documenter:
|
I think the op is asking, how can you hide a whole code block? We can append |
I am also interested in the possibility of having some blocks not execute e.g. if I have a document with some stuff at the beginning I would like to show, then some interactive ( |
I think it would helpful to have per-block code-fencing. Documenter.jl has support for |
I see there are changes since this. |
It would be great to have a way to configure some settings per block:
Controls whether to display or not this section.
Whether to execute or not this section.
Whether to capture the output or not.
For instance, it will allow removing
using <somePackage>
.By the way, one of the use cases above it be able to use the run command within the file itself.
Yet if one uses
execute = true
it seems the procedure will fail (Infinite loop?).The text was updated successfully, but these errors were encountered: