Path: blob/main/tests/docs/code-highlighting/code-line-number-knitr.qmd
3583 views
--- title: "Plot Test" format: html code-line-numbers: true knitr: opts_chunk: eval: false --- # with line number comment {#with-numbering} ```{r} 1 + 2 ``` # no line number comment {#no-numbering} ```{r} #| code-line-numbers: false 1 + 2 ```