Yihui Xie

Results 1044 comments of Yihui Xie
trafficstars

Yes, that should be simple enough to implement. I just submitted the first version of litedown to CRAN (#12), which is pending review. If they can finish the review relatively...

Done. Note that `keep_yaml: true` implies `template: false` so you don't need to set the latter.

遵照提示行事,就不必再看到它。这种一次性的消息,莫非还要裱花不成。

https://yihui.org/litedown/#sec-highlights

I guess it shouldn't be too hard to provide some preliminary support, but I don't have time for it. If anyone wants to submit a pull request, that will be...

@MichelNivard Just FYI, you may also consider using `xfun::record()`, which will save plots to files directly instead of recording them as display lists.

Sounds like the fix should be simple enough. Do you mean that we `return(x)` instead of `return()` here? https://github.com/rstudio/rmarkdown/blob/204879ff62c00df6b0910c4ed6a1f8e143c551e8/R/jupyter.R#L107

Currently the example at https://datatables.net/examples/server_side/jsonp.html uses DataTables 2.1.3, but our example is still using 1.12.1, and we may have to upgrade our bundled DataTables library: #1137 #1141