I do not have code for this question, and hope I can explain it.
While I am editing my rmarkdown
file, I would like to knit it to see what it looks like until this point. I only want to see what it looks like until this point without knitting the whole file every time. I am wonder if we can insert a mark or something, so the rest of the file will be ignored or taken as plain text.
I have tried to add ````. It changed the color of the rest of text to orange, but still ran the inline code in it.
```{r setup,echo=FALSE}
run this
```
Chapter 1 with inline code `r code` and text,
edit this `r code`, knit until this point ignoring the rest:
Chapter 2.... ... Chapter 10 with a lot of inline code.