py-econometrics/pyfixest

Contributing Documentation does not show full code blocks

Closed this issue · 2 comments

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:

Screenshot 2024-06-19 at 2 54 55 PM

To Do

  • Fix quarto rendering to show full code blocks
  • Confirm that this issue does not apply to other files.

First of all, thanks for reporting! =) Though I cannot reproduce this. On my firefox, there is a slider to see the full content of the chunk - it's just tiny and barely possible to see:

image

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.