-
Notifications
You must be signed in to change notification settings - Fork 985
fix: use code blocks for copy button #1678
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
Conversation
cderv
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM except maybe... Problem with the PR title and commit message? 😅
| On PowerShell: | ||
|
|
||
| ```powershell | ||
| $env:QUARTO_LOG_LEVEL = "DEBUG" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would remove the space too like on linux
| $env:QUARTO_LOG_LEVEL = "DEBUG" | |
| $env:QUARTO_LOG_LEVEL="DEBUG" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I copied from the QUARTO_PRINT_STACK section.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok thanks. I'll change both. I think we should avoid space where we can.
|
/deploy-preview |
📝 Preview Deployment🔍 Full site preview: https://deploy-preview-1678.quarto.org 🔄 Modified Documents |
I did not get what you meant here. |
Sorry then - I did not get the direct link between I guess I am used to see you use very specific commit message with prefix - so it surprised me 😅 |
|
Oh I see. I added the tabset, because why not also provide the Windows version. |
|
Successfully created backport PR for |
|
I understand now. I am used to descriptive PR title and commit message, and so it surprised me here as the main thing to me was adding tabsets and code blocks and not just fixing something :) |
|
it was an issue to me when I tried to copy it^^ |
This pull request enhances the
docs/troubleshooting/index.qmdfile by adding platform-specific instructions for setting theQUARTO_LOG_LEVELenvironment variable.