浏览代码

Fix readme

tags/v0.1.1
父节点
当前提交
e4bcd49371
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. +1
    -1
      README.Rmd
  2. +1
    -1
      README.html

+ 1
- 1
README.Rmd 查看文件

@@ -27,7 +27,7 @@ output:
Then, in the first knitr chunk, try this:

````markdown
```{r setup} `r ''`
```{r setup}`r ""`
options(htmltools.dir.version = FALSE)
library(xaringanthemer)
mono_dark(

+ 1
- 1
README.html 查看文件

@@ -322,7 +322,7 @@ $(document).ready(function () {
lib_dir: libs
css: xaringan-themed.css</code></pre>
<p>Then, in the first knitr chunk, try this:</p>
<pre class="markdown"><code>```{r setup}
<pre class="markdown"><code>```{r setup}
options(htmltools.dir.version = FALSE)
library(xaringanthemer)
mono_dark(

正在加载...
取消
保存