yihui / knitr

A general-purpose tool for dynamic report generation in R
https://yihui.org/knitr/
2.36k stars 873 forks source link

Support space between fences and language in fenced code block when applying collapse option #2347

Closed cderv closed 1 month ago

cderv commented 1 month ago

fixes #2346

A regression was introduced in https://github.com/yihui/knitr/commit/5435c52469af3781541ef0708bb9fcd7dced3d45 which has broken knitr-example, because of space introduced.

Though the collapse problem has not been identified as the example doc as been modified with the breakage https://github.com/yihui/knitr-examples/commit/931e0a2a4e273dcdc13902291b6c6b6e448658cb?diff=split&w=1#diff-2994208929b9d915ac06ca8f58fc66dd26248db5d78be71762508c666e106848

So https://github.com/yihui/knitr-examples/pull/91 fix this, and will be tested with this PR.