-
Notifications
You must be signed in to change notification settings - Fork 6
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-fold: true is not working for the chunk with included code from external script #1
Comments
Facing the same problem here. It would be great if the extension was compatible with |
I have created the filter |
@shafayetShafee that is cool ! do you want /plan to make PR into this extension or rather keep your modification in another extension with the same name ? We welcome any contribution by the community, especially in our extension as we don't have as much time to spend on it when we are focusing on quarto-cli core development. |
I have already implemented my changes as another extension with |
I'll keep this open for now as I think this extension should support that directly at some point. |
While this filter does include codes from an External file,
code-fold: true
orcode-summary: "some text"
is not working for that code chunk (that includes the source code). A quick reproducible example is as follows,test.py
test.qmd
output
I am using Quarto version,
Thanks.
The text was updated successfully, but these errors were encountered: