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

More robust rmd chunk pattern #318

Merged
merged 1 commit into from
Aug 1, 2020

Conversation

renkun-ken
Copy link
Member

This PR is a minor fix of Rmd chunk patterns used to extract R code blocks to work with both of the following cases:

```{r}
x <- 1
```

```{R}
x <- 1
```

@renkun-ken renkun-ken requested a review from randy3k August 1, 2020 06:31
@renkun-ken renkun-ken merged commit ad961c5 into REditorSupport:master Aug 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants