Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added github_document2 #831

Merged
merged 1 commit into from Nov 27, 2019
Merged

Added github_document2 #831

merged 1 commit into from Nov 27, 2019

Conversation

jooyoungseo
Copy link

@jooyoungseo jooyoungseo commented Nov 27, 2019

Changes

Testing

The following works without any issues:

---
output: bookdown::github_document2
---

# Table Test

See Table\ \@ref(tab:test-table).

```{r test-table}
knitr::kable(head(airquality), caption = "Test table.")
```

---

# Figure Test

See Figure \@ref(fig:test-figure).

```{r test-figure, fig.cap="Figure test."}
hist(airquality$Ozone, col="blue")
```

Copy link
Member

@yihui yihui left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@yihui yihui merged commit 09c6bb9 into rstudio:master Nov 27, 2019
yihui added a commit that referenced this pull request Dec 5, 2019
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants