Make Scrollbar appear in RMarkdown code chunks (html view)
问题 I am making an RMarkdown document using RStudio and knitr. I want my code chunks to print without wrapping text on the html file I create. Is there an option I am missing that stops text wrapping of code? So far I have only found questions about how to remove scrollbars, making me think that maybe something has changed recently. (RStudio Version 0.99.892, R Version 3.2.2) Thanks! Simple example RMarkdown document. (The setup section is the default): --- title: "Stop looking bad RMarkdown!"