, knitr, comment:
```{r echo=FALSE, comment=""}
cat("")
```
:
```{r echo=FALSE, comment=""}
knit_hooks$set(output = function(x,
options) x)
cat("")
```
, , reset , render_markdown().
```{r b, echo=FALSE, comment=""}
render_markdown()
a <- 1
```