easystats / insight

:crystal_ball: Easy access to model information for various model objects
https://easystats.github.io/insight/
GNU General Public License v3.0
404 stars 39 forks source link

`display()` example loses linebreaks #931

Closed d-morrison closed 2 months ago

d-morrison commented 2 months ago

Here's how the example looks right now:

image

Rstudio version info:

image

bwiernik commented 2 months ago

Set the code chunk in your document to use "as-is" output

strengejacke commented 2 months ago

I think this refers to the help, see ?insight::display, and the option in IDEs to run examples. Usually, the output is an HTML page, here the default is the markdown table, where new-lines (\n) are ignored in HTML.