Wishlist: Direct communication with Quarto from R comments #3094
harrelfe
started this conversation in
Feature Requests
Replies: 1 comment 6 replies
-
Hum interesting feature request, it's really close to what One issue with this feature is: can it work with Jupyter? I am not so sure ... |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to be able to do things such as the following, where #| is used to start markdown text. This assumes the user doesn't have any "regular" R comments that start with #| and it also assumes that any lines beginning with #| after the first non-yaml line in a chunk are treated as special.
When the markdown specifies a marginal note, I'd like that note to vertically align with the code to which it applies in the code listing. A global option might be implemented to tell Quarto to not also print the markdown in the code listing when it also generates markdown output.
Beta Was this translation helpful? Give feedback.
All reactions