Hi,
When using Markdown notebook, I see that the rendering output contains strange characters.
The simplest way to replicate this as follows:
- Create a new notebook
- Create a new chunk with
library(tidyverse
and run the chunk. - Chunk output show below the chunk and also in the console.
- Restart R
- Go to console pane and type
library(tidyverse)
output follows - Compare the output from notebook chunk vs the console output
It seems the quotes around package name is replaced by strange characters at the red text output.
CR/LF are also replaced and all lines appears on one line.
The output to notebook html shows up as follows:
How do I fix this issue?
Herman