Yihui Xie

Results 1055 comments of Yihui Xie

It works fine in the HTML output: ```` --- title: "Paged tidytable" output: html_document: df_print: paged --- ```{r} tidytable::tidytable(x = 1:3, y = 1:3) ``` ```` Or maybe you are...

@JosiahParry FYI **litedown** is on both [CRAN](https://cran.r-project.org/package=litedown) and [r-universe](https://yihui.r-universe.dev/litedown) now.

Yes, we could just `suppressWarnings()` here: https://github.com/yihui/mime/blob/1763e0dcb72fb58d97bab97bb834fc71f1e012bc/R/parse.R#L118 but it would be nice to truly understand what the problem is. I don't know what this warning means or what the code...

伪代码和真代码对 HTML 来说有区别吗?