Contributing Documentation does not show full code blocks
Closed this issue · 2 comments
asteves commented
Context
Quarto code blocks do not show full code, leading to errors if contributors try to follow documentation instead of the source qmd file.
For example, the installing R section in the source file shows
Rscript -e 'install.packages(c("broom", "clubSandwich", "did2s", "fixest", "wildrwolf"), repos="https://cran.rstudio.com"); install.packages('ritest', repos = c('https://grantmcdermott.r-universe.dev', 'https://cloud.r-project.org'))'
but this is rendered on Safari and Firefox browsers at full screen width as:
To Do
- Fix quarto rendering to show full code blocks
- Confirm that this issue does not apply to other files.
s3alfisc commented
asteves commented
Yes, you're totally right. Found that as well after reporting.
Has the project looked at the code copy functionality?
If not I could take that on as an add, otherwise this issue can be closed.