Open
Description
{r, solution = TRUE, echo=FALSE, results="asis"}
is currently rendering as an "asis" code block in the solution markdown without running the R code at all.
Here is Demo-main.Rmd:
This is the assignment.
```{r, solution = TRUE, echo=FALSE, results="asis"}
cat("# This is markdown text.")
```
I've attached the results when you knit this document without assignr. The markdown appears perfectly.
Demo-main.pdf
Here's the results when you use assignr. The code is pasted as is, without running.
Demo-soln.pdf
Metadata
Metadata
Assignees
Labels
No labels